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
2
votes
1 answer

Yii 2 starter kit inside VirtualBox docker toolbox - symlink(): Protocol error

Yii 2 starter kit inside VirtualBox docker toolbox on Ms Windows - symlink(): Protocol error when opening the Yii2 starter kit website inside a Docker Toolbox - VirtualBox, following the exact Yii2 starter kit documentation.
FantomX1
  • 1,577
  • 2
  • 15
  • 23
2
votes
1 answer

Docker tutorial not working for springboot+mysql+react application

I am trying to familiarize myself with docker and applications with spring-boot, mysql and react and I want to run this example: https://www.callicoder.com/spring-boot-mysql-react-docker-compose-example/ ( the github repo of the source is…
Diana G
  • 261
  • 3
  • 15
2
votes
0 answers

CMake execute_process empty OUTPUT_VARIABLE

I have a docker container with linux image that executes CMake script. While executing external program using execute_process we noticed a problem with missing output in OUTPUT_VARIABLE, the problem can be narrowed to…
woockashek
  • 1,588
  • 10
  • 25
2
votes
2 answers

container init caused \"rootfs_linux.go:58: mounting to rootfs caused not a directory

I've got a problem with my docker configuration on windows 7. I'm using docker toolbox. Previously my config worked perfectly, but now it cause an error. DOCKER> I/O Error [Unable to start container id [7b5a4bd7ccfd] : OCI runtime create failed:…
2
votes
1 answer

How do I recover my containers from previous install?

I wish to get back my container from a previous installation of Windows 7, already reinstalled Docker Toolbox but I have no idea how to recover my old containers or where they are.
2
votes
1 answer

Docker Compose not found in PATH on Windows 10 with Docker Toolbox

I have a relatively older Windows machine, so I had to install Docker Toolbox instead of Docker Desktop. The documentation says Docker Toolbox already consists of Compose and other necessary apps - Docker Desktop for Windows and Docker Toolbox…
Manish Giri
  • 3,562
  • 8
  • 45
  • 81
2
votes
0 answers

Docker exec not working: input/output error

I use Docker Toolbox on Windows Server 2012. I have one container: C:\Users\Administrator\services\ndvi-service>docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS …
gustav
  • 119
  • 13
2
votes
0 answers

Docker cannot `cd` to volume dir

Objective: Create a docker volume cd to that volume to check my contents $ docker volume create hello_world $ docker volume ls DRIVER VOLUME NAME local hello_world $ docker inspect hello_world [ { …
Srinath Ganesh
  • 2,496
  • 2
  • 30
  • 60
2
votes
3 answers

Setup docker toolbox behind proxy on Windows

As per my corporate policies, we are using windows 7, with privileged access (subset of admin rights) on the machine. I have installed docker toolbox however when its time to pull images from Docker hub of companies Artifactory i was getting issues…
dagra
  • 589
  • 4
  • 20
2
votes
1 answer

Mounting USB volume in Docker Toolbox for Windows

In Ubuntu, I can mount a USB volume with the command docker run --privileged /dev/bus/usb/:/dev/bus/usb/ -d docker-image-name What would be its equivalent line using Docker Toolbox for Windows ?
Febin K G
  • 93
  • 1
  • 8
2
votes
2 answers

docker toolbox windows 10 - Docker Quickstart Terminal doesnt work

I work on windows 10 home. When i run docker quick start terminal shortcut or run start.sh directly, i get message: Docker Machine is not installed. Please re-run the Toolbox Installer and try again. Looks like something went wrong in step…
Ded Nolyxeux
  • 41
  • 1
  • 8
2
votes
1 answer

Having trouble understanding volumes in Docker using Docker Toolbox in Windows during a build

So the error I keep running into is: COPY failed: stat /mnt/sda1/var/lib/docker/tmp/docker-builderXXXXXXXXX/MyProjectFolder/MyProjectFile.csproj I've done a lot of googling and the common issues I'm seeing are things like path issues where the file…
Spencer Ruport
  • 34,865
  • 12
  • 85
  • 147
2
votes
2 answers

Dockerfile's RUN command doesn't find script

Using Docker Toolbox on Windows 10, Docker cannot build an image from my Dockerfile because it doesn't find a script (install-composer) that was copied to the image. FROM php:7.2.5-apache COPY scripts/install-composer /usr/bin RUN chmod +x…
Mat
  • 833
  • 1
  • 5
  • 20
2
votes
2 answers

How to start a existing mysql container in docker (toolbox)?

I have a container (i'm using this container https://hub.docker.com/_/mysql/) which had started before, with ID 5f96e9570d1b1475a888d7a615acdd9a7715c1ed6f0c40900f2e9c1ab485c7cf, but now how can i restart it ? I tried this command but not work $…
hkguile
  • 4,235
  • 17
  • 68
  • 139
2
votes
1 answer

Container is not available on localhost in Windows Docker Toolbox

I try to connect to my container on localhost/127.0.0.1/0.0.0.0 but site can’t be reached. Details: $ docker run -d -p 80:80 nginx:alpine $ docker ps CONTAINER ID IMAGE COMMAND CREATED …
Taz
  • 5,755
  • 6
  • 26
  • 63