Questions tagged [docker-toolbox]

The Docker Toolbox is an installer to quickly and easily install and setup a Docker environment on your computer.

The Docker Toolbox is an installer to quickly and easily install and setup a Docker environment on your computer. Available for both Windows and Mac, the Toolbox installs Docker Client, Machine, Compose (Mac only), Kitematic and VirtualBox.

300 questions
8
votes
2 answers

Create-react-app server not recompiling when data changes inside docker container

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 work in the host and reflect changes in the…
8
votes
1 answer

dial tcp 192.168.99.100:2376: i/o timeout

I am unable to get Docker Toolbox for Mac running. I had it running a few months ago perfectly. But now, it keep getting the errors: This machine has been allocated an IP address, but Docker Machine could not reach it successfully. SSH for the…
Scott Gerard
  • 101
  • 1
  • 4
8
votes
1 answer

"Empty reply from server" when trying to run webpack-dev-server inside a docker container with docker-compose on windows running docker-toolbox

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 host's browser for that matter). The backend Golang…
xtrinch
  • 2,232
  • 1
  • 24
  • 46
8
votes
1 answer

Docker Compose mount Windows folder

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" volumes: - /sss:/c/data/www:ro …
Nick Doulgeridis
  • 583
  • 1
  • 16
  • 31
8
votes
3 answers

Docker maven plugin ClientProtocolException (Windows 10 using Docker Toolbox)

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 exception:…
Jdruwe
  • 3,450
  • 6
  • 36
  • 57
8
votes
1 answer

Docker Toolbox SSH Login

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.99.100 User: docker Password: tcuser How can I find…
codinglimo
  • 707
  • 2
  • 6
  • 17
7
votes
1 answer

Why does "docker login" fail in Docker Quickstart Terminal but work from within the default machine?

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 to run docker login ... . ### VIA Docker Quickstart…
Nejuf
  • 446
  • 1
  • 6
  • 15
7
votes
2 answers

'docker run -v' does not work on Windows using Docker Toolbox

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 by using the Docker volume mapping as specified. The…
Marco
  • 4,817
  • 5
  • 34
  • 75
6
votes
2 answers

How to recover MySQL data from Docker container

I was running mariadb instance on docker windows toolkit. I did a env vaiable change on the mariaDB container using kitematic. Now it has recreated an instance loosing all my database. Is there a way to recover from this ? Checked if threre are…
Don Srinath
  • 1,565
  • 1
  • 21
  • 32
6
votes
1 answer

Docker does not support storing secrets on Windows home system using Docker toolbox

Using Docker toolbox on Windows 10 Home, Docker version 19.03, we have created a docker-compose.yml and added a secrets file as JSON, it runs fine on a Mac system, but it is unable to run the same in Windows 10 Home. Error after running…
6
votes
2 answers

Is it possible to use Docker without Windows 10 pro?

I need to install Docker on my pc with Windows 10 home. I read that I can only install Docker Toolbox. Is there any way to have the latest Docker version instead without upgrading my pc to windows 10 pro? Thanks
pedrodotnet
  • 788
  • 3
  • 16
  • 34
6
votes
3 answers

Typing two letters at the same time causes docker exec -it shell to exit abruptly

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 randomly back to the host shell, while I'm typing…
dwjohnston
  • 11,163
  • 32
  • 99
  • 194
6
votes
1 answer

How to mount container-writable host directory?

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 instead of a container. As per docker-elk's README, I…
Claudiu
  • 224,032
  • 165
  • 485
  • 680
6
votes
1 answer

Docker Toolbox - hang on `docker push`

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.
bdparrish
  • 3,216
  • 3
  • 37
  • 58
5
votes
1 answer

Where do I find DockerCli.exe

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\DockerCli.exe -SwitchDaemon There is no DockerCli.exe after…
Serhii Shushliapin
  • 2,528
  • 2
  • 15
  • 32
1 2
3
19 20