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.

How to mount external volume for mongoDB using docker-compose and docker-machine

I would like to persist the mongoDB data outside of the container and on a specified volume. I am using …

mongodb docker docker-compose docker-machine
If Docker runs natively on windows, then why does it need hyper-v

If Docker community runs natively on windows, then why does it need Hyper-v? I.E., doesn't native imply that Docker-Engine …

docker docker-machine docker-for-windows
allow insecure registry in host provisioned with docker-machine

Is there anyway to configure --allow-insecure-ssl for docker's deamon created with docker-machine. commands: docker-machine create --driver virtualbox dev eval "$(docker-machine …

docker docker-machine
.docker/config.json vs .dockercfg

When I do a docker login to a private repository using docker 1.10.1, an entry is created in my ~/.docker/config.…

docker docker-machine
How to make Network_Mode : "host" work in docker-compose.yml file

I am trying to execute a "docker-compose up" command. Please find below my docker-compose file. I tried with network_mode: "…

docker docker-compose dockerfile docker-machine
How to use the official docker elasticsearch container?

I have the following Dockerfile: FROM docker.elastic.co/elasticsearch/elasticsearch:5.4.0 RUN elasticsearch EXPOSE 80 I think the 3rd line is …

elasticsearch docker dockerfile docker-machine elasticsearch-plugin
Docker - Unable to locate package docker-engine

I am trying to install docker in Ubuntu 16.04. I am following this link for docker installation. I am ending up …

linux ubuntu docker docker-machine ubuntu-16.04
Is there a way to force docker-machine to create vm with a specific ip?

Is there a way to force docker-machine to create the docker vm with a specific ip (assuming that ip is …

docker docker-machine
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 docker-compose docker-machine docker-toolbox docker-for-windows
docker-machine behind corporate proxy

I am trying to use docker-machine to create an instance on a private cloud (Openstack) that is behind a corporate …

docker docker-machine