FIX #2705 Add a command line sample for each driver

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2016-01-26 15:35:34 +01:00
parent e6a591d61f
commit 1405c0e12e
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ Mandatory:
- `--openstack-flavor-id` or `--openstack-flavor-name`: Identify the flavor that will be used for the machine.
- `--openstack-image-id` or `--openstack-image-name`: Identify the image that will be used for the machine.
$ docker-machine create --driver openstack vm
Options:
- `--openstack-active-timeout`: The timeout in seconds until the OpenStack instance must be active.