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 - image operating system "windows" cannot be used on this platform

I tried this on my Windows 10 machine: Dockerfile: From microsoft/nanoserver CMD ["echo", "Hello World"] PS C:\FSD\Docker\Trial1&…

docker docker-compose dockerfile boot2docker docker-machine
How to install new packages into non-root Docker Container?

I'm trying to extend a docker container for SOLR. I just want to install vim into it. But when I …

docker docker-machine
Failed to get D-Bus connection: Operation not permitted

I'm trying to install ambari 2.6 on a docker centos7 image but in the the ambari setup step and exactly while …

docker centos7 docker-machine ambari docker-image
Inject host's SSH keys into Docker Machine with Docker Compose

I am using Docker on Mac OS X with Docker Machine (with the default boot2docker machine), and I use …

ssh docker docker-compose docker-machine
Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"

i run CentOS in VirtualBox on physical Windows7. Now in centOS i have Docker and i need to run docker-machine …

docker centos virtualbox docker-machine
Docker warning: failed to get default registry endpoint from daemon

On Windows 10, when I call a docker command: docker pull mongo:windowsservercore I get the following output: Warning: failed to …

windows docker docker-machine
Port forwarding in docker-machine?

Since boot2docker is deprecated I've switched to docker-machine but I don't know how to open a port from docker-machine. …

docker boot2docker docker-machine
Importing self-signed cert into Docker's JRE cacert is not recognized by the service

A Java Service is running inside the Docker container, which access the external HTTPS url and its self-sign certificate is …

java docker https docker-compose docker-machine
Docker error: client and server don't have same version

Since I just updated Docker to 1.1.0 I get: Error response from daemon: client and server don't have same version (client : 1.13, …

docker boot2docker docker-machine
Error checking TLS connection: Error checking and/or regenerating the certs

After I restarted my windows i cannot connect to docker machine running in Oracle Virtual Box. When i start Docker …

docker docker-machine