docker-toolbox Questions

1

I'm trying to build a docker container in windows 7 (Docker tool box with oracle VM) by running a shell script in git bash, and the script has the command with rsync like shown below: rsync -a --e...
Jerusalem asked 26/7, 2018 at 10:34

2

I created a Web API project based on an ASP.NET Core 3.1 framework. Later, I decided to deploy it on a Linux instead of a Windows VPS. Before I deploy the app on a Linux VPS, I want to be able to r...

2

I'm currently trying to run a React application inside docker. I'm running the scripts included in the create-react-app package running npm start inside the container and I'm using bind mounts to w...

1

Solved

I'm trying to switch Docker to Windows containers on my Windows Server Core 1903 machine (no desktop). This page says DockerCli should be able to do so: & $Env:ProgramFiles\Docker\Docker\Docke...
Auberon asked 1/10, 2019 at 6:52

5

I have just installed docker toolbox on windows environnement (Windows 7 Pro) and I have got a network time out due to the entreprise proxy. How can I set the proxy in docker toolbox ? Thanks for ...
Requisition asked 25/4, 2016 at 14:58

9

Solved

How can I share a folder between my Windows files and a docker container, by mounting a volume with simple --volume command using Docker Toolbox on? I'm using "Docker Quickstart Terminal" and when...
Metrical asked 14/10, 2015 at 13:10

1

I'm having issues setting up Docker for the first time on a Windows using the Docker Toolbox. Everything works except nginx at the moment. Error message: ERROR: for web Cannot start service web: ...
Ingvar asked 18/4, 2018 at 1:46

2

Solved

I have Docker Toolbox installed on windows 8.1 and I am creating an image based on ubuntu:latest (which should be 16.04). I want to make sure that my application is indeed run on 16.04. Here is my ...
Juncaceous asked 23/6, 2016 at 22:53

3

Solved

I've tried several times to start the Docker VM via the Docker Quickstart Terminal. After deleting the default virtual machine in VirtualBox I receive the following output Creating Machine default...
Be asked 30/11, 2015 at 16:18

3

Solved

I'm running Docker Toolbox on VirtualBox on Windows 10. I'm having an annoying issue where if I docker exec -it mycontainer sh into a container - to inspect things, the shell will abruptly exit r...
Villus asked 11/2, 2018 at 20:42

2

Solved

Disclaimer/Edit 2 Some years later, for everyone reading this question - If you are on Windows and want to use docker with linux containers, I highly recommend not using docker for windows at all ...

3

Solved

I am trying to build a docker image using the docker-maven-plugin (provided by spotify: https://github.com/spotify/docker-maven-plugin) but things aren't really working out. At first I got this exc...
Aurlie asked 15/1, 2016 at 16:19

6

I have just installed docker using docker-toolbox 1.8.2 on Windows 10. Due to this issue I had to recreate the docker image using these commands docker-machine rm default docker-machine --native-ss...
Camerlengo asked 13/9, 2015 at 7:42

1

I want to run a container with microsoft/windowsservercore. This can be done if docker server's OS is windows. I couldn't find an answer for whether it is possible using docker-toolbox in windows ...
Sanctuary asked 27/2, 2017 at 9:33

1

Solved

I am having problems accessing a react container run with docker-compose inside docker-machine. I can curl the webpage inside the container, but I cannot access it inside docker-machine (or on the ...
Anaesthesiology asked 8/9, 2016 at 21:0

1

After installing docker toolbox, when tried to open kitematic, I am getting below error. On clicking "Use VirtualBox", I get below error screen
Studious asked 20/7, 2016 at 5:6

1

Solved

I've just installed Docker Toolbox on OSX, and the first time I launched Docker Quickstart Terminal it prompted me to choose which terminal to open in. I stupidly chose iTerm. Now, having realised ...
Hoofbeat asked 17/3, 2016 at 16:0

1

I'm attempting to run an ELK stack using Docker. I found docker-elk which has already set up the config for me, using docker-compose. I'd like to store the elasticsearch data on the host machine ...

1

Solved

I am using Docker Toolbox in Windows and am trying to mount a Windows folder in a docker-compose.yml file like this: nginx: image: nginx:latest container_name: test_server ports: - "80:80" vo...
Lavinialavinie asked 19/2, 2016 at 1:20

1

Solved

I installed Docker on a Mac using the Docker Toolbox. I opened Docker Quickstart Terminal and ran docker run hello-world That works fine. Then I tried: docker run -d -p 8080:80 nginx I can ...

2

Solved

When running the following command from a CoreOS VM, it works as expected: docker run --rm -v $PWD:/data composer init It will initialize the composer.json file in the current working directory ...
Laevorotation asked 6/11, 2015 at 12:2

1

Solved

I've installed Docker Toolbox in Windows 8.1 and have been following the installation tutorial. When getting to the step where you create and push your own image, I got this error when I attempted ...
Marlo asked 17/11, 2015 at 3:59

1

Solved

I installed Docker toolbox 1.8.3 using VirtualBox 5.0.6 on Windows 7. The default virtual machine created during startup of Docker Quickstart Terminal has one defined shared folder for c:\Us...
Workhorse asked 20/10, 2015 at 19:15

1

Solved

I am using Docker Toolbox on Mac. docker push is hanging. How do I hard restart the daemon or docker-machine VM to get this unhung in a bad manner. It is taking too long to wait for it.
Delilahdelimit asked 18/8, 2015 at 20:41

1

Solved

I update my boot2docker to DockerToolbox. Now I try to connect to my database with Sequal Pro (MySQL Client) but my ssh Login to my VM fails with the following username and password: IP: 192.168...
Bobette asked 15/8, 2015 at 17:35

© 2022 - 2024 — McMap. All rights reserved.