Top "Docker-machine" questions

docker-machine creates Docker Engines on your computer, on cloud providers, and/or in your data center, and then configures the Docker client to securely talk to them.

docker swarm init could not choose an IP address error

Experimenting with Docker Swarm with Docker Desktop for Mac. I tried this: docker-machine create -d virtualbox node-1 docker-machine create -d …

docker docker-swarm docker-machine docker-for-mac docker-desktop
Docker says: No connection could be made because the target machine actively refused it

I was using docker everyday but today a problem occurred without changing anything. I opened docker terminal and tried to …

linux docker virtualbox docker-machine
How to fix the running out of disk space error in Docker?

When I am trying to build the docker image I am getting out of disk space error and after investigating …

docker docker-machine
Connect to docker-machine using 'localhost'

There are certain features, like JavaScript service workers without https, that only work on localhost, but when I run my …

docker localhost docker-machine
How to access the VM created by docker's HyperKit?

Docker for Mac uses a Linux VM created by HyperKit for storing and running containers on Mac. With Docker Toolbox, …

docker docker-machine docker-for-mac
How to install Ruby on docker?

I am trying to install ruby on docker. I could install the 1.9 versions but it is not possible to install …

ruby-on-rails ruby docker docker-machine calabash-android
Docker daemon config file on boot2docker / docker-machine / Docker Toolbox

Where can I find docker daemon config file on boot2docker machine? According to this topic: Dockerfile: Docker build can't …

docker boot2docker docker-machine docker-toolbox
Eclipse IDE within docker

I do dev on a Windows machine and using docker via docker-machine. Due to help from @VonC was able to …

java eclipse windows docker docker-machine
Using an IDE while developing on a docker container

There is something that I am not getting when developing an application while using docker containers. Lets say I am …

docker containers docker-compose docker-machine docker-swarm
docker-machine: command not found

I recently upgraded Docker Desktop for Mac to version 2.2.0.0, and now when try to run a docker-machine command I am …

docker docker-machine