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.

Network timed out while trying to connect to https://index.docker.io

I installed Docker-Toolbox just now while following their webpage I started with Docker QuickStart Terminal and see following ## . ## ## ## == ## ## ## ## ## === /"""""""""""""""""\___/ === ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~ \______ o __/ \ \ __/ \____\_______/ …

docker docker-machine docker-toolbox
Volume binding using docker compose on Windows

I recently upgraded my Docker Toolbox on Windows 10, and now my volume mounts no longer work. I've tried everything. Here …

windows docker docker-compose docker-machine docker-toolbox
Change Docker machine location - Windows

I am using docker toolbox on Windows 7 to run docker. (docker version 1.9.1) As it turns out, the docker machine creates …

windows docker docker-machine docker-toolbox
How does Docker Swarm implement volume sharing?

Docker Swarm can manage two types of storage: volume and bind While bind is not suggested by Docker Documentation since …

docker docker-swarm docker-machine
exited with code 0 docker

I'm trying to launch container using docker-compose services.But unfortunetly, container exited whith code 0. Containers is build thanks to a …

docker docker-compose boot2docker docker-machine
docker-machine: no machine name, no "default" exists

I downloaded and installed Docker for Windows 1.12.1 which in turn installed the docker-machine and docker-compose. I did not install "Docker …

windows docker boot2docker hyper-v docker-machine
How to reach docker containers by name instead of IP address?

Is there a way I can reach my docker containers using names instead of ip addresses? I've heard of pipework …

dns docker hostname docker-compose docker-machine
sudo: docker-machine: command not found

who has ever tried following this tutorial about Docker Swarm? https://docs.docker.com/get-started/part4/ There is a section …

ubuntu docker docker-swarm docker-machine
docker-machine boot2docker root password

Haven't found an answer anywhere... I created a VM (boot2docker) using docker-machine. I need to edit some files using …

docker boot2docker docker-machine