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

Can I run windows containers using docker-toolbox on windows 7?

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 7.
Saurabh Gupta
  • 506
  • 1
  • 4
  • 18
19
votes
5 answers

How to set proxy in docker toolbox?

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 your help.
Corinne Kubler
  • 2,072
  • 5
  • 22
  • 34
18
votes
6 answers

Unable to connect to docker on Anyconnect VPN

I am using docker toolbox on windows for docker related development. This works fine when I am on home or office network but doesn't work when I am using anyconnect VPN to connect to office network. Please let me know if there is a network setting…
dabansal
  • 340
  • 1
  • 4
  • 14
16
votes
0 answers

Docker-compose toolbox secrets files not mounting properly

I am trying to compose a stack using secrets for development, i use local files in docker/secrets/FILE_NAME I had this working in windows 10, but I'm struggling to get it to work under win7 toolbox. I get an error: Cannot create container for…
16
votes
8 answers

Docker Toolbox Tutorial Client.Timeout exceeded while awaiting headers

I'm following the guide at https://docs.docker.com/get-started/part2/#publish-the-image Throughout the guide I've had trouble with this error sometimes coming up and sometimes when I rerun the commands they will work. docker push…
Eric
  • 569
  • 1
  • 7
  • 10
16
votes
2 answers

Change file permissions in mounted folder inside docker container on Windows Host

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 and instead starting the entire docker environment…
14
votes
12 answers

Failed to create the host-only adapter - windows 10, docker, virtualbox

I've recently run into this problem after having used docker toolbox without a problem for a while. Started happening after windows update? Windows 10 Home - 64 Uninstalled and reinstalled Docker toolbox Uninstalled and reinstalled various versions…
13
votes
6 answers

dotnet aspnetcore docker build fails with a 145 error code

I've used this tutorial to create my first docker webapi project. I'm using windows 7 (docker toolbox). This what I've ran: dotnet new webapi This is the Dockerfile: FROM microsoft/dotnet:latest COPY . /app WORKDIR /app RUN ["dotnet",…
Amir Popovich
  • 29,350
  • 9
  • 53
  • 99
13
votes
1 answer

Change the terminal app for Docker Quickstart Terminal

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 my usual terminal these days is Terminal, I want to…
And Finally
  • 5,602
  • 14
  • 70
  • 110
13
votes
6 answers

Docker unreachable after computer sleep

I have just installed docker using docker-toolbox 1.8.2 on Windows 10. Due to due to this issue I had to recreate the docker image using these commands docker-machine rm default docker-machine --native-ssh create -d virtualbox default After that it…
Klas Mellbourn
  • 42,571
  • 24
  • 140
  • 158
11
votes
3 answers

Docker Quickstart Terminal fails to start VirtualBox VM in Windows 10

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... Running pre-create checks... Creating…
Chris Hunt
  • 3,840
  • 3
  • 30
  • 46
11
votes
1 answer

Docker toolbox: Is there a way to mount other folders than from "C:\Users" Windows?

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:\Users. Is it possible to persistently add other shared…
renzo
  • 135
  • 1
  • 2
  • 10
9
votes
1 answer

Getting error after installing docker toolbox on windows. Error: connect ECONNREFUSED 10.0.75.2:2375

After installing docker toolbox, when tried to open kitematic, I am getting below error. On clicking "Use VirtualBox", I get below error screen
Hemanth Bidare
  • 623
  • 1
  • 7
  • 15
8
votes
2 answers

Docker and Windows - A connection attempt failed because the connected party did not properly respond after a period of time

I installed the docker toolbox but when i try to create a container it gives me that error. The version is returned but it's not possible to create a container. OS: Windows 10 Home ERROR: A connection attempt failed because the connected party did…
Laura Beatris
  • 1,782
  • 7
  • 29
  • 49
8
votes
2 answers

How to run an ASP.NET Core 3.1 project in a Docker container with Visual Studio 2019?

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 run in a docker container locally using Visual Studio…
user12310517
1
2
3
19 20