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 do I create a docker machine with a specific URL using docker-machine and VirtualBox?

I can create a Docker instance with the VirtualBox driver, but I cannot figure out how to specify the URL. …

docker virtual-machine containers virtualbox docker-machine
Why docker login command saves unencrypted password on my computer?

I've used docker login command and passed my credentials and I got warning WARNING: login credentials saved in /Users/{my_…

docker docker-machine
How to restart docker-machine after startup?

I'm using MacBook Pro 2009 which doesn't support the latest Docker for Mac. So, I'm using Docker Machine approach to get …

macos docker plist docker-machine launchctl
Passing aws credentials to Docker

I have a docker container golang code which interacts with aws resources. In the testing environment, we use iam role. …

docker docker-compose docker-swarm docker-machine aws-iam
docker base image with solaris operating system

Does anybody know from where i can get docker base image with Solaris OS in it? I tried finding it …

docker solaris docker-machine docker-registry dockerhub
Understanding docker port mappings

Please explain the following output: docker ps ExanpleContainter Ports -------- 10.10.10.10:443->443/tcp, 0.0.0.0:1937->1937/tcp And, docker inspect ExanpleContainter "…

linux docker docker-machine rhel7