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 RUN fails with "returned a non-zero code: 6"

I have the following in my docker file: RUN sudo apt-get install sshpass -y RUN sshpass -p userPassword scp -r …

docker scp dockerfile docker-machine sshpass
How can I detect if docker for mac is installed?

I have some makefiles where most of the stuff should run without configuration. These makefiles have used docker-machine in the …

docker docker-machine docker-for-mac docker-desktop
How do I undo the command $ eval "$(docker-machine env blog)"

I think that command redirected $ docker commands to the docker machine. Now all my docker commands are giving me an …

bash docker docker-machine
Access file of windows machine from docker container

I have installed Docker Desktop for Windows in Windows 10 operating system. I am running a python script inside docker container …

docker docker-machine docker-volume docker-for-windows docker-desktop
Move Docker /var/run/docker data to different directory

I followed the following tutorial to transfer and permanently move where docker saves data previously inside /usr/bin: https://linuxconfig.…

docker docker-compose docker-machine
mongodb connection refused docker-compose

The dockerfile consists as:- FROM ruby:2.2.3-slim MAINTAINER Milan Rawal <[email protected]> RUN apt-get update &&…

docker docker-compose ruby-on-rails-4.2 docker-machine
How to fix expired client cert in docker-machine

Doing a docker-machine ls a got the unexpected Unable to query docker version: Get https://x.x.x.x:2376/v1.15/…

docker docker-machine
How do I get memory usage of processes running in a Docker container?

I have created 85 containers, and all containers are running the same .NET core application image on my Linux machine. My …

linux docker asp.net-core dockerfile docker-machine
Docker Machine error: Hyper-V PowerShell Module is not available

I've checked my Hyper-V settings and PowerShell Module is enabled. I've also found this documented issue: https://github.com/docker/…

powershell docker docker-machine hyper-v
docker-machine create node without tls verification

When I create a node with docker-machine docker-machine create -d virtualbox node1 it is created with tls verification enabled for …

docker docker-machine