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
1
vote
1 answer

Docker volumes doesn't exist for data container in 1.9.1

Docker toolbox 1.9.1 on Windows 7 platform The data container I created doesn't have volumes when I use docker inspect command. $ sudo mkdir /abc $ docker run -d --name data -v /abc:/hostabc busybox true $ docker inspect --format "{{…
Larry Cai
  • 55,923
  • 34
  • 110
  • 156
1
vote
1 answer

Vagrant don't work since Docker toolbox's install on Windows

I installed docker-toolbox on Windows to give it a try. It seems to be working find. But my vagrant stopped working. Now when I try to vagrant up (completely different project), I see: The provider 'virtualbox' that was requested to back the…
xav
  • 4,101
  • 5
  • 26
  • 32
1
vote
1 answer

kafka zookeeper docker no connection

I am new to docker-compose. I try to run: https://github.com/wurstmeister/kafka-docker with an adapted docker-compose.yml file: https://github.com/geoHeil/sparkplay This is the output of docker-compose ps. Name Command …
Georg Heiler
  • 16,916
  • 36
  • 162
  • 292
1
vote
1 answer

Why install a Linux dist inside a Docker container?

I am starting to understand Docker and as far as I am aware the docker container runs on the default Linux dist where the container is installed - in my case it's a Mac OS X lightweight dist that comes with docker toolbox. So why do I see many…
Martin
  • 23,844
  • 55
  • 201
  • 327
1
vote
2 answers

Docker TCP lookup fails

I'm very new to Docker and currently following the Docker getting started guide, I was able to install Docker Toolbox and created by first Docker image, but now I see the following message when I try to pull a Docker image I do pull hello-world…
sameera207
  • 16,547
  • 19
  • 87
  • 152
1
vote
1 answer

Docker permissios shared Volume on mac

I have a permission problem with my mac and my docker (VirtualBox). container command: docker run --name gbl -p 32770:80 -v /Users/sja/Sites/gbl:/var/www --link mariadb:db --link memcached:cache -td paimpozhil/magento-docker After that I run a…
codinglimo
  • 707
  • 2
  • 6
  • 17
0
votes
0 answers

Is there a way to pass environment variable without declaring into docker-compose file

I am using Visual Studio docker tooling and adding a docker-compose project to my solution and I am also using F5 debugging experience. I am passing some environment variable within docker-compose-override file, environment: -…
user584018
  • 10,186
  • 15
  • 74
  • 160
0
votes
0 answers

Fedora Silverblue toolbox container VSCode adding extension

I have next Dockerfile FROM registry.fedoraproject.org/fedora-toolbox:38-15 RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc && sh -c 'echo -e "[code]\nname=Visual Studio…
user1325696
  • 616
  • 1
  • 8
  • 16
0
votes
0 answers

Docker not running on Windows 8

I have installed Docker ToolBox in windows, While I run docker --version it is giving me no error but when I type docker run hello-world it gives me error F:\Docker Toolbox\docker.exe: error during connect: Post…
0
votes
0 answers

Open browser with letter opener on docker toolbox - Rails/Docker/Windows

How do I setup the letter opener gem to open mails on the browser using the docker toolbox for windows? My app runs at 192.168.99.100, the console shows the mail template but it does not open the browser tab with the content. Besides that everything…
0
votes
1 answer

docker bind mount not working in react app

I am using docker toolbox on windows home and having trouble figuring out how to get bind mount working in my frontend app. I want changes to be reflected upon changing content in the src directory. App structure: Dockerfile: FROM node WORKDIR…
0
votes
0 answers

Unable to run more than 1 port using docker toolbox w Virtualbox on windows

I am using docker toolbox on win 10 Home and having issues with running multiple containers on different ports. Below I attached snapshots of my VirtualBox network portforwarding settings and the running containers. Basically, I am using a common…
0
votes
2 answers

Installing docker to unsupported OS

I want to install Docker Desktop to my computer. My operating system is Windows 10 Enterprise 14393.0. But version 18363+ is needed to install docker. I googled the issue and most of recommendations were to install docker toolbox. However, Toolbox…
Qeybulla
  • 122
  • 1
  • 8
0
votes
1 answer

How to copy from locally created python dags to locally installed dockertool box which is running with airflow image?

I have installed puckel-airflow image on Windows 8 64 bit using docker toolbox. I have created a a hello world Python scrpit ie,dag locally. Now I wanted to transfer my Python scrpit dag from local machine to docker toolbox air flow image so that I…
sairamdgr8
  • 47
  • 1
  • 10
0
votes
1 answer

Virtualbox Docker-Machine "invalid volume specification"

I tried different ways to set the COMPOSE_CONVERT_WINDOWS_PATHS to 1, but I keep getting the following error: ERROR: FOR docker_test Cannot create container for service test: invalid volume specification:…
Erik van de Ven
  • 4,747
  • 6
  • 38
  • 80