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
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 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
Command-line Completion
  • References/Server/Docker/Docker Machine

Command-line Completion Docker Machine comes with command completion

2025-01-10 15:47:30
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
docker-machine start
  • References/Server/Docker/Docker Machine/Command line reference

start Usage: docker-machine start [arg...] Start a machine Description: Argument(s) are one or more machine names. For example:

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
Generic
  • References/Server/Docker/Docker Machine/Drivers

Generic Create machines using an existing VM/Host with SSH. This is useful if you are using a provider that Machine does not support directly or if you would like to

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

VMware vSphere Creates machines on a VMware vSphere Virtual Infrastructure. The

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