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

How to fix docker-machine ip?

I am running a Docker container with docker-toolbox for windows and i am struggling to access it. I can only access my container from the physical host and while using a LAN IP such as 192.168.x.x. I want to fix this situation somehow, what are my…
Tiago Bértolo
  • 3,874
  • 3
  • 35
  • 53
1
vote
1 answer

Pulling image from local docker insecured Docker registry to Kubernetes

Cannot pull image from local docker insecured registry repository inside Minikube. I'm running Docker-toolbox v1.12.2 using Linux VM (Upstart) installed on Oracle VirtualBox 5.1.6 under Windows 7. I've created a docker image and push (tag and then…
Yuval Simhon
  • 1,439
  • 2
  • 19
  • 34
1
vote
1 answer

Kitematic - Force using Virtualbox

At this moment Docker is not work properly for my copy of Windows 10 (latest version), but It's not problem right now. I just want to force Kitematic to USE VIRTUALBOX as default. Is there any way to do that?
Adam Mańkowski
  • 767
  • 11
  • 21
1
vote
2 answers

Error while running the ASP.NET Core WebApp on Docker in Windows 7 (Debugging)

I am trying to run the asp.net core app on docker in windows 7. I have Visual Studio 2015 Enterprise (Update 3) and Visual Studio Tools for Docker installed. Also, I am able to run the application in Release configuration. I have not done any…
1
vote
1 answer

DockerToolbox-1.12.2 - Windows 7 - Error: connect ENOENT //./pipe/docker_engine

I have installed DockerToolbox-1.12.2.exe in Windows 7 from https://github.com/docker/toolbox/releases/tag/v1.12.2 link. After installation, if I try to launch Kitamatic, I am getting Error: connect ENOENT //./pipe/docker_engine. I have tried…
Prasad Revanaki
  • 783
  • 4
  • 10
  • 23
1
vote
0 answers

how to sshfs/sftp on boot2docker or docker-toolbox

I work with MacOSX (El Capitan) on a Core2duo processor. I work with Docker, but I can't use native docker and I work with Boot2Docker over VirtualBox. As filesystem is not share between host and container, I can't work with watch program to auto…
JL M
  • 1,378
  • 1
  • 10
  • 14
1
vote
0 answers

shim: transport is closing error

Exact same error as mentioned in jira ticket https://jira.hyperledger.org/browse/FAB-246 . Although one of the comment says to take everything latest but that didn't helped me. My fabric env: running within docker toolbox for mac with…
1
vote
1 answer

ERRO : Error trying to connect to local peer: grpc: timed out trying to connect

Unable to deploy chaincode example in my local hyperledger fabric. system config: mac osx, Docker toolbox for mac One validating peer is up and running using docker-compose.yaml membersrvc: image: hyperledger/fabric-membersrvc command:…
1
vote
2 answers

Windows Docker Toolbox won't start

Attempting to start up Docker Toolbox 1.12.0 on Windows 10 and getting the following error Running pre-create checks... Creating machine... (default) Copying C:\Users\abc\.docker\machine\cache\boot2docker.iso to…
user1901469
  • 1,169
  • 1
  • 10
  • 21
1
vote
1 answer

Building and running a docker image from TFS builds

I have a dockerfile which builds an ubuntu image with my latest source code and compiles it. My docker-machine is called default and runs under user xyz on a windows machine. If I am logged in as user xyz and run buildscript.bat (which sets up the…
Cola
  • 2,097
  • 4
  • 24
  • 30
1
vote
1 answer

DockerToolbox for win7 service unavailable error

Initially got the error when running docker ps on CMD An error occurred trying to connect: Get http://%2F%2F.%2Fpipe%2Fdocker_engine/v 1.23/containers/json: open //./pipe/docker_engine: The system cannot find the fi le specified. Followed the steps…
krs8888
  • 1,239
  • 4
  • 19
  • 26
1
vote
3 answers

DOCKER installation ERROR "Internal error: Failed to expand shell folder constant "userdocs" on Windows

I am trying to install the docker toolbox on Window 8.1 Enterprise , but getting the following error.
MANISH PATHAK
  • 2,602
  • 4
  • 27
  • 31
1
vote
1 answer

MongoDB URL in MeteorD

I am trying to use Docker for meteor application. I am following this Git Hub Instructions I've build my docker image successfully (i think) $ docker build -t thismustbedocker/meteorappgit . Sending build context to Docker daemon 125.9 MB Step 1…
ace
  • 127
  • 2
  • 8
1
vote
1 answer

Cannot connect to X server using docker on OS X - Part II

I'm having the same difficulty as the one expressed here: Cannot connect to X server using docker on OSX I'm very confused about the recommended instructions in the above link (I'm a novice on docker), and I'm hoping to get clarification about the…
ASR
  • 11
  • 1
  • 2
1
vote
1 answer

Port mapping in Docker on Mac OSX installed with Docker Toolbox

I installed Docker on a Mac using the Docker Toolbox. I opened Docker Quickstart Terminal and ran docker run hello-world That works fine. Then I tried: docker run -d -p 8080:80 nginx I can see that the container is added. docker log with the…
voutasaurus
  • 2,968
  • 2
  • 24
  • 37