mirror of https://github.com/docker/docs.git
docs for sl
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
a3e996e1e0
commit
28dd1693a5
|
@ -489,6 +489,27 @@ Options:
|
|||
|
||||
#### IBM Softlayer
|
||||
|
||||
Create machines on [Softlayer](http://softlayer.com).
|
||||
|
||||
You need to generate an API key in the softlayer control panel.
|
||||
[Retrieve your API key](http://knowledgelayer.softlayer.com/procedure/retrieve-your-api-key)
|
||||
|
||||
Options:
|
||||
- `--softlayer-api-endpoint=`: Change softlayer API endpoint
|
||||
- `--softlayer-user`: **required** username for your softlayer account, api key needs to match this user.
|
||||
- `--softlayer-api-key`: **required** API key for your user account
|
||||
- `--softlayer-cpu`: Number of CPU's for the machine.
|
||||
- `--softlayer-disk-size: Size of the disk in MB. `0` sets the softlayer default.
|
||||
- `--softlayer-domain`: **required** domain name for the machine
|
||||
- `--softlayer-hostname`: hostname for the machine
|
||||
- `--softlayer-hourly-billing`: Sets the hourly billing flag (default), otherwise uses monthly billing
|
||||
- `--softlayer-image`: OS Image to use
|
||||
- `--softlayer-install-script`: custom install script to use for installing Docker, other setup actions
|
||||
- `--softlayer-local-disk`: Use local machine disk instead of softlayer SAN.
|
||||
- `--softlayer-memory`: Memory for host in MB
|
||||
- `--softlayer-private-net-only`: Disable public networking
|
||||
- `--softlayer-region`: softlayer region
|
||||
|
||||
#### Microsoft Azure
|
||||
Create machines on [Microsoft Azure](http://azure.microsoft.com/).
|
||||
|
||||
|
|
Loading…
Reference in New Issue