Skip to main content

All Questions

1 vote
0 answers
98 views

How non entry point (random) process running inside Windows Container could write to docker default log output (stdout)?

So, I have one Windows Container with various processes, .NET and Win32 legacy applications. First scenario Entry Point calls myConfigurator.exe, who calls first.exe, who creates a pool of second....
João Paulo Melo's user avatar
0 votes
1 answer
71 views

virtualbox/docker/VMs - Is it possible to use the VM's PHP from the host?

I have a question regarding the VM's with VirtualBox or any other VManagers like Docker/Vagrant. Is it possible to have my Windows, say "PHP" command to use the executable in the machine? i.e, if I ...
arvil's user avatar
  • 247
1 vote
1 answer
9k views

docker: error parsing HTTP 403 response body: invalid character '<' looking for beginning of value

I've just installed the Docker version 18.09.0, build 4d60db4 on windows 10. but (as the docker tutorial step) when I run the: docker pull hello-world I face with this: Using default tag: latest ...
Peyman's user avatar
  • 353
17 votes
2 answers
14k views

How to prevent Docker Desktop from starting after log in on Windows?

I am using Docker on Windows 10 version 1809. Everything work great except that Docker starts after every reboot automatically although I have unchecked 'Start Docker when you log in' in settings. ...
Paul Smith's user avatar
0 votes
1 answer
167 views

AspNetMVC4 installation in Windows Docker container

Dear members of Server fault. I am trying to to setup a windows core container (2016) to run an ASP .NET 4.6 web application, one of the prerequites is AsPNetMVC4Setup installation. On regular ...
Sudheej's user avatar
  • 121
3 votes
1 answer
3k views

How to setup Asterisk NAT on docker for Windows

I need to setup a docker container running an Asterisk PBX. The problem is that I receive the wrong ip in sdp replies. In fact Asterisk is using the container internal IP. The second problem is that ...
iXô's user avatar
  • 301
1 vote
0 answers
305 views

Accessing internet inside container behind a corporate proxy

I'm running docker daemon on windows and have configured my daemon to use proxy using my username and password. I successfully pulled a ubuntu:latest image from docker hub but as soon as SSHed the ...
7_R3X's user avatar
  • 177
1 vote
1 answer
2k views

Run docker for windows in a VM running on a linux host

I want to run windows executables in a docker container. I cannot run windows containers in linux docker: $ docker run --rm microsoft/nanoserver Unable to find image 'microsoft/nanoserver:latest' ...
Stephen's user avatar
  • 111
0 votes
1 answer
1k views

Can't install docker for windows 10 64bit pro, error "this app cant run on your pc"

So I downloaded docker from the official website and when I try to install I get this error:
Totty.js's user avatar
  • 482
0 votes
1 answer
76 views

Bash script for Docker container in Windows returns "Unknown target"

I've downloaded a repository that contains a .sh script to open a Docker container. I'm running Windows 10 with Docker Toolbox (rather than the full version, which has some Hyper-V issues) and its ...
Josh Friedlander's user avatar
12 votes
1 answer
10k views

Docker for Windows - Settings to Cisco AnyConnect allow share driver

VPN is blocking my attempt to allows Docker for Windows to share C: on windows 10 machine. Works fine when im out off VPN. When its on I get A firewall is blocking file Sharing between Windows and ...
Guilherme Ferreira's user avatar
1 vote
0 answers
2k views

Can docker for Windows run inside a Windows Guest (VM) running on ESXi?

Our build system is a win 10 virtual machine, running on an ESXi host (we have two ESXi boxes, and I see they are on diff versions of ESXi, which we will shortly get in sync!): VMware ESXi, 6.5.0, ...
Jonesome Reinstate Monica's user avatar
2 votes
2 answers
1k views

How to change "Volume Serial Number" in Windows docker image?

I am trying to change the "Volume Serial Number" of a docker image with Sysinternals VolumeId but I'm getting Error reading drive: The request is not supported. when I run Volumeid64.exe C: 1AAA-111A -...
Erik Ovegård's user avatar
1 vote
0 answers
1k views

Lost Internet connection after installing Docker

I installed Docker today and after restarting my machine, I don't have an Internet connection. I don't know what setting Docker is changing but after uninstalling Docker the problem is still there. ...
Rolando's user avatar
  • 111
1 vote
0 answers
512 views

Spin Docker Containers to allow multiple user for code development

I would like to know if it is possible to spin multiple docker containers in a single windows 10 pro host machine to allow multiple users to ssh in and work at the same time in isolated environment in ...
snookrun's user avatar
  • 155
0 votes
1 answer
4k views

Why docker always hangs when trying to access container?

My idea is to install Jenkins and Docker in the same Dockerfile since I have to complete CI/CD workflows. So, for now, my Dockerfile is... (very simple Dockerfile but it is just for now) FROM jenkins/...
David M.'s user avatar
3 votes
3 answers
60k views

Why is Docker-compose failing to copy local files to the container

I am building a simple DotnetCore application with docker-compose support with VS2017. I have two Dockerfile, one for the app and one for an NGINX proxy. On top of that, there is a docker-compose.yml ...
A_V's user avatar
  • 151
0 votes
1 answer
608 views

How can I run docker on a Windows VM on Linux

Here is my situation: I'm working on a linux machine (Linux Mint 18.2) doing work with .NET Core. One particular project needs to use .NET Framework, so I spun up a Windows 10 virtual machine with ...
tVoss42's user avatar
  • 159
2 votes
1 answer
3k views

How to use docker as well as VM Virtualbox (Hyper-V issue)

I am new to docker as well as virtual machines. When installing docker on Windows 10 for the first time it alerted me that it needed to enable Hyper-V. I don't really know what Hyper-V is, but I ...
Bram Vanroy's user avatar
  • 1,317
0 votes
1 answer
7k views

Running Docker on a windows 2012 server virtual machine

I have a windows 2012 server virtual machine, and i am trying to install and run docker on top of it, its running into all sorts of errors with Hyper-V, are there any specific steps which i have to ...
kumarD's user avatar
  • 111
1 vote
1 answer
759 views

Docker Compose with an l2bridge compose file

I have a docker compose file that looks like the following: version: '3.2' services: service-one: build: service-one container_name: service-one networks: - my-custom-network ...
Brian Deragon's user avatar
2 votes
0 answers
663 views

Docker does not bind with encrypted hard disk on Windows

I am using Datalab on my Windows Pro PC. Datalab is used through a Docker container. I want to bind the container with my D: hard drive. To do this, I use the following command: docker run -it -p "...
Konrad's user avatar
  • 121
0 votes
0 answers
316 views

How to combine multiple applications with Docker?

Given the following setup of applications: App A: Docker-compose with a PostgreSQL image and a custom app image which uses that PostgreSQL image App B: Docker-compose with a PostgreSQL image and a ...
Davio's user avatar
  • 173
1 vote
1 answer
1k views

Docker in PyCharm - Can I read files on my host computer?

I am on Windows, using docker in PyCharm to resolve dependency issues in my project. Since I am new to docker, I'm not sure if I'll still be able to read files that that are on my PC. For example, ...
Kong's user avatar
  • 647
4 votes
1 answer
4k views

Can a Nano Server host a GUI Windows app (say Word) container running on top it?

I understand that Nano server does not contain any GUI related component, and it can host windows containers running on top of it. Most of the talks and examples I can found so far are the ones that ...
chen's user avatar
  • 149
17 votes
2 answers
46k views

Windows 10 - Location of docker image?

I am using Windows 10. I installed docker and pulled an image following this github https://github.com/floydhub/dl-docker docker pull floydhub/dl-docker:cpu Now I can't seem to find where this image ...
Kong's user avatar
  • 647
3 votes
0 answers
931 views

Docker client on WSL cannot connect to Docker for Windows

I have docker set up on my Windows machine with WSL like this: (similar to what's described here https://www.reddit.com/r/docker/comments/5eggwo/running_docker_on_windows_subsystem_for_linux_wsl/) ...
Tri Nguyen's user avatar
4 votes
1 answer
8k views

cannot access to http://localhost:4000 after I map this port number to docker

This is my first time to use docker. I just followed the steps on docker's webiste: https://docs.docker.com/get-started/part2/#run-the-app After I finished every steps, I cannot access http://...
beasone's user avatar
  • 179
3 votes
1 answer
3k views

Docker client on WSL creates volume path problems

Windows 10 build 15063.11, running Windows Subsystem for Linux (WSL) Xenial 16.04.2 LTS. There's a docker client running in WSL connecting to the Windows Hyper-V daemon. Fun. The one issue I can'...
ejb's user avatar
  • 131
9 votes
3 answers
9k views

Docker for Windows unable to pull images — no connection?

I've installed Docker for Windows on my Windows 10 machine, which uses Hyper-V. Upon opening up a window (either Powershell or regular old command will do) and typing docker run hello-world, I get ...
SQB's user avatar
  • 703

15 30 50 per page