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
0
votes
0 answers

Can't stop Docker containers - Error during connect - Docker Toolbox

I'm trying to integrate VSTS with Docker to run automated tests, and I want to dockerize my databases to maintain a consistent database state among tests without take care of cleanup step, running a new container with no modifications. But I have…
0
votes
2 answers

How do I connect to a container hosted in Docker Toolbox?

I am attempting to run my ASP.NET Core 1.1 web API in a Docker container, but I cannot connect to the web API from a browser or curl. To troubleshoot, I have also brought up standard nginx and Apache httpd containers and cannot connect to these…
Peter
  • 5,455
  • 7
  • 46
  • 68
0
votes
1 answer

Cannot install TensorFlow on Docker Windows

When installing Tensorflow on Docker Tools on Windows, I got this error docker: An error occurred trying to connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.23/containers/create: open //./pipe/docker_engine: The system cannot find the file…
Mohamed Taher Alrefaie
  • 15,698
  • 9
  • 48
  • 66
0
votes
3 answers

List images created by Docker for Mac using Docker Toolbox

From Docker's documentation, I read both Docker for Mac and the Docker Toolbox can coexist. So I thought I could use these images created by Docker for Mac, but when I switched to Docker Toolbox, it turned out that I was wrong, because I entered…
Kaiyu Lee
  • 613
  • 7
  • 14
0
votes
0 answers

Docker for window7 is not working

I have installed Docker toolbox in windows7. When i am running $docker run hello-world i am getting error like- docker: An error occurred trying to connect: Post http://127.0.0.1:2375/v1.22/containers/create: dial tcp 127.0.0.1:2375: connectex: No…
Rahul
  • 47
  • 2
  • 11
0
votes
1 answer

docker toolbox networking problems

Hi I want to have multiple services communicate with each other using docker toolbox: I would like to use https://github.com/gettyimages/docker-spark In kitematic I can view the master's UI, however, the link to the slaves(s) do not work as docker…
Georg Heiler
  • 16,916
  • 36
  • 162
  • 292
0
votes
1 answer

docker push keeps pushing

I'm trying to push docker image to dockerhub. It started good, pushing several layers simultaneusly. But when it got to the last 2 layers, something weird is happening. After it has pushed 100%, it will start all over from 0%. This seems to continue…
Ville Miekk-oja
  • 18,749
  • 32
  • 70
  • 106
0
votes
2 answers

docker-machine osx port forwarding

How does port forwarding work with docker-machine? I recently installed the docker toolkit and spun up a container. However I cannot reach it on my local mac as. Is this Port forwarding in docker-machine? using VBoxManage the best way to access the…
Georg Heiler
  • 16,916
  • 36
  • 162
  • 292
0
votes
1 answer

Writing to Kafka running in Docker from Python fails

I have Zookeeper and Kafka running in Docker on OS X using Docker Toolbox and Docker Compose. My docker-compose.yml file is: zk: image: patrickmay/zookeeper:3.4.6-jessie ports: - "2181:2181" command: /usr/local/zookeeper/bin/zkServer.sh…
Patrick
  • 261
  • 3
  • 16
0
votes
1 answer

Docker Toolbox Windows Logging into quay.io

When I try to log into my quay.io account using docker login quay.io it asks for username but doesn't let me type anything and hangs. Doing some research seems that you have to pass these values in option args for now. So I tried docker login -u me…
Tacoman667
  • 1,391
  • 9
  • 16
-1
votes
1 answer

Problem in creating host only adapter in windows 10 docker

I am wanted to use docker toolbox but the VM is causing problems as host only network adapter is not being created.(I am new using docker toolbox and VM, plus I got two 2 VM in VMware,does this affect?) enter image description here I have tried…
Glinty
  • 15
  • 1
  • 7
-1
votes
1 answer

DICOM Send Error - Horos not sending files to Orthanc docker containers

I am trying to send Patients scans to Orthanc server (docker based), getting an error while sending DICOM from Horos to Orthanc. using docker-compose to run my applications on Windows. note: able to send files from Orthanc to Horos after adding…
151291
  • 3,308
  • 7
  • 48
  • 81
-1
votes
1 answer

Connecting to docker address from Docker Toolbox

I'm using Windows 10 Home, so I installed "Docker Toolbox on Windows" to learn some Docker. After successfull I went through "Part 2" of Docker's official Guide: https://docs.docker.com/get-started/part2/ As a result I generated Image friendlyhello…
CSharpBeginner
  • 1,625
  • 5
  • 22
  • 36
-1
votes
1 answer

ERR_ADDRESS_INVALID trying to connect to docker container

I'm getting started with docker using docker-toolbox on win 10 home. I'm experimenting with scrapy splash project (https://github.com/scrapy-plugins/scrapy-splash). I've installed the toolbox on a flash drive (e:) If I understand correctly I have…
user1592380
  • 34,265
  • 92
  • 284
  • 515
-3
votes
1 answer

Docker toolbox got stuck with command

I'm new to Docker, i'm using the Toolbox version for dockers. I try the following command: docker run -it --name myflask1 -p 192.168.99.100:5000 -v ${PWD}:/app python:3.7 bash The following message appear: invalid publish opts format (should be…
1 2 3
19
20