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

Version error when installing docker toolbox on OSX

I'm new to docker and have been following the guide, trying to install the toolbox version v1.10.0-rc1. All seems to have gone well until I try the hello-world example and then I get: Error response from daemon: client is newer than server (client…
AndyF
  • 1,074
  • 1
  • 12
  • 19
4
votes
2 answers

Docker Toolbox Mac command line and Kitematics fails

I have installed the new Docker Toolbox application for the Mac using both the graphical installer (the official one) and brew cask install. In both cases, the Virtual Machine is correctly created, but something seems to be wrong in the environment…
Adeynack
  • 1,200
  • 11
  • 18
3
votes
2 answers

Error in running the volumes in docker toolbox

This is the docker-compose file I have already set the folder to share by Virtual Box VM but it is still not working. version: '3' services: postgres: image: 'postgres:latest' deploy: restart_policy: …
3
votes
0 answers

DjangoProject doesn't appear in my Docker-Image (Docker toolbox for windows home)

I'm trying to build a django project using docker-compose, such as it is in the Docker Documentation (i use Docker toolbox for Windows 10 Home). But when i execute the command: sudo docker-compose run web django-admin startproject composeexample…
Endy Bermúdez R
  • 351
  • 1
  • 2
  • 8
3
votes
1 answer

Jenkins unable to connect to Windows Docker Toolbox Daemon

I have installed Docker ToolBox for Windows and Jenkins in my Windows 7 Desktop.I am attempting to create a Jenkins Job which will list down docker images available. However, in doing so I am getting the following error :- Started by user Nilanjan…
3
votes
1 answer

Shouldn't I be able to access port 4200 on my docker container?

I have looked at other similar questions like: Access to Docker Container Port and access docker container's port and Cannot access port on host mapped to docker container port and I think I am doing everything I can to be able to access port 4200…
Red Cricket
  • 9,762
  • 21
  • 81
  • 166
3
votes
1 answer

Build Docker Image File of Spring Boot Application

I am trying to build a docker image for my spring boot maven project by using dockerfile-maven-plugin. I am using Docker Tool Box on windows 7 and it is running fine. I am getting Below Error: Failed to load Google application default credentials …
3
votes
1 answer

Docker Toolbox (Windows): invalid volume specification

Configration Using Windows 10, Docker Toolbox (not native Docker, to be able to use VMs). Background There is a Python (2.7) script that is supposed to run a Docker container. The code looks like this: self.docker.containers.run('container_name', …
0leg
  • 13,464
  • 16
  • 70
  • 94
3
votes
1 answer

Reload With Docker and Flask on Windows 10 Home Machine

I am unable to get Flask to notice changes to my code and reload, making it super hard to program iteratively. My system: I am using a PC with Windows 10 Home to run Docker Toolbox (regular docker does not work on Windows 10 Home). My…
3
votes
1 answer

Error running Hello world via Docker Toolbox on Windows : "docker daemon is not running"

I am new to Docker. I installed Docker Toolbox, and have problem running Hello world example like below: Started Docker QuickStart Terminal with result below: ## . ## ## ## == ## ## ## ## ## …
Pingpong
  • 7,681
  • 21
  • 83
  • 209
3
votes
1 answer

How to install DockerToolbox in windows without admin rights

I am following Docker blog to install DockerToolbox in windows. I fail to install because I don't have admin rights on my system. are there any workaround to install DockerToolbox in windows without having admin rights?
Rahul Sharma
  • 5,614
  • 10
  • 57
  • 91
3
votes
0 answers

Docker container won't display in browser

I'm using Windows 10 Home and Docker Toolbox. I downloaded a webapp image then ran it with: docker run -p 8888:80 aspnetapp and tried to access it through the browser with localhost:8888 but it wouldn't display, said "can't reach this…
Ken
  • 139
  • 12
3
votes
2 answers

start docker toolbox from windows .bat file

I have installed Docker Toolbox on my Windows machine. so when I need to start some Docker containers I: I start the Docker terminal (which starts the Docker virtual machine I use cd to command to go to the dir where I have some specific…
Kupe3
  • 371
  • 2
  • 5
  • 12
3
votes
2 answers

How can a script distinguish Docker Toolbox and Docker for Windows?

On my current team, we're still transitioning from Docker Toolbox to Docker Desktop for Windows. A lot of our scripts still assume that you're running Docker Toolbox on VirtualBox (like how to mount drives, how slashes or drive names work for those…
3
votes
6 answers

docker toolbox quick start fails with VBoxManage.exe error in Windows 10

I am trying to use docker in Windows 10 Home. During install (in the Virtual Box part) I get an error: Cannot rename this connection. A connection with the name you specified already exists. Specify a different name. This can be closed and the…
NBajanca
  • 3,544
  • 3
  • 26
  • 53