docker-machine url

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

2017-02-04 08:23:15
docker-machine stop

stop Usage: docker-machine stop [arg...] Gracefully Stop a machine Description: Argument(s) are one or more machine names. For

2017-02-04 08:23:14
docker-machine provision

provision Re-run provisioning on a created machine. Sometimes it may be helpful to re-run Machine’s provisioning process on a created machine. Reasons for doing so

2017-02-04 08:23:09
docker-machine env

env Set environment variables to dictate that docker should run a command against a particular machine. $ docker-machine

2017-02-04 08:23:05
docker-machine ssh

ssh Log into or run a command on a machine using SSH. To login, just run docker-machine ssh machinename: $ docker-machine

2017-02-04 08:23:12
docker-machine config

config Usage: docker-machine config [OPTIONS] [arg...] Print the connection config for machine Description: Argument is a machine name

2017-02-04 08:23:03
docker-machine upgrade

upgrade Upgrade a machine to the latest version of Docker. How this upgrade happens depends on the underlying distribution used on the created instance. For example,

2017-02-04 08:23:14
docker-machine help

help Usage: docker-machine help [arg...] Shows a list of commands or help for one command Usage: docker-machine help subcommand

2017-02-04 08:23:05
docker-machine rm

rm Remove a machine. This will remove the local reference as well as delete it on the cloud provider or virtualization management platform. $

2017-02-04 08:23:11
docker-machine create

create Create a machine. Requires the --driver flag to indicate which provider (VirtualBox, DigitalOcean, AWS, etc.) the machine should be created on, and an argument

2017-02-04 08:23:04