From 28dd1693a55f58ff08b21af3737534a069f3fcc5 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Tue, 20 Jan 2015 16:48:00 -0500 Subject: [PATCH] docs for sl Signed-off-by: Evan Hazlett --- docs/dockermachine.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/dockermachine.md b/docs/dockermachine.md index 434f99cbd5..d763d6a23c 100644 --- a/docs/dockermachine.md +++ b/docs/dockermachine.md @@ -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/).