Amazon Web Services
  • References/Server/Docker/Docker Machine/Drivers

Amazon Web Services Create machines on Amazon Web Services. To create machines on

2025-01-10 15:47:30
Exoscale
  • References/Server/Docker/Docker Machine/Drivers

Exoscale Create machines on exoscale. Get your API key and API secret key from

2025-01-10 15:47:30
docker-machine active
  • References/Server/Docker/Docker Machine/Command line reference

active See which machine is “active” (a machine is considered active if the DOCKER_HOST environment variable points to it). $

2025-01-10 15:47:30
Provision hosts in the cloud
  • References/Server/Docker/Docker Machine

Use Docker Machine to provision hosts on cloud providers Docker Machine driver plugins are available for many cloud platforms

2025-01-10 15:47:30
docker-machine ip
  • References/Server/Docker/Docker Machine/Command line reference

ip Get the IP address of one or more machines. $ docker-machine ip dev 192.168.99.104 $ docker-machine ip dev dev2 192.168.99.104 192.168

2025-01-10 15:47:30
Microsoft Azure
  • References/Server/Docker/Docker Machine/Drivers

Microsoft Azure You will need an Azure Subscription to use this Docker Machine driver. Sign

2025-01-10 15:47:30
Command-line Completion
  • References/Server/Docker/Docker Machine

Command-line Completion Docker Machine comes with command completion

2025-01-10 15:47:30
docker-machine status
  • References/Server/Docker/Docker Machine/Command line reference

status Usage: docker-machine status [arg...] Get the status of a machine Description: Argument is a machine name. For example:

2025-01-10 15:47:30
docker-machine restart
  • References/Server/Docker/Docker Machine/Command line reference

restart Usage: docker-machine restart [arg...] Restart a machine Description: Argument(s) are one or more machine names. Restart

2025-01-10 15:47:30
docker-machine url
  • References/Server/Docker/Docker Machine/Command line reference

url Get the URL of a host $ docker-machine url dev tcp://192.168.99.109:2376

2025-01-10 15:47:30