@@ -66,6 +66,7 @@ Options:
6666 --scaleway-name Assign a name [$SCALEWAY_NAME]
6767 --scaleway-organization Scaleway organization [$SCALEWAY_ORGANIZATION]
6868 --scaleway-token Scaleway token [$SCALEWAY_TOKEN]
69+ --scaleway-volumes Attach additional volume (e.g., 50G) [$SCALEWAY_VOLUMES]
6970 --swarm Configure Machine with Swarm
7071 --swarm-addr addr to advertise for Swarm (default: detect and use the machine IP)
7172 --swarm-discovery Discovery service to use with Swarm
@@ -132,23 +133,25 @@ $ curl --silent http://212.47.248.251 | head -n1 # you can also open your browse
132133
133134## Options
134135
135- | Option Name | Description | Default Value | required|
136- | ----------------------------------------------------------------| -------------------| --------------| --------|
137- | `` --scaleway-organization `` or `` $SCALEWAY_ORGANIZATION `` | Organization UUID | none | yes |
138- | `` --scaleway-token `` or `` $SCALEWAY_TOKEN `` | Token UUID | none | yes |
139- | `` --scaleway-name `` or `` $SCALEWAY_NAME `` | Server name | none | no |
140- | `` --scaleway-commercial-type `` or `` $SCALEWAY_COMMERCIAL_TYPE `` | Commercial type | VC1S | no |
141- | `` --scaleway-image `` or `` $SCALEWAY_IMAGE `` | Server image | ubuntu-xenial | no |
142- | `` --scaleway-debug `` or `` $SCALEWAY_DEBUG `` | Toggle debugging | false | no |
143- | `` --scaleway-ip `` or `` $SCALEWAY_IP `` | Server IP | "" | no |
136+ | Option Name | Description | Default Value | required|
137+ | ----------------------------------------------------------------| -------------------------| --------------| --------|
138+ | `` --scaleway-organization `` or `` $SCALEWAY_ORGANIZATION `` | Organization UUID | none | yes |
139+ | `` --scaleway-token `` or `` $SCALEWAY_TOKEN `` | Token UUID | none | yes |
140+ | `` --scaleway-name `` or `` $SCALEWAY_NAME `` | Server name | none | no |
141+ | `` --scaleway-commercial-type `` or `` $SCALEWAY_COMMERCIAL_TYPE `` | Commercial type | VC1S | no |
142+ | `` --scaleway-image `` or `` $SCALEWAY_IMAGE `` | Server image | ubuntu-xenial | no |
143+ | `` --scaleway-debug `` or `` $SCALEWAY_DEBUG `` | Toggle debugging | false | no |
144+ | `` --scaleway-ip `` or `` $SCALEWAY_IP `` | Server IP | "" | no |
145+ | `` --scaleway-volumes `` or `` $SCALEWAY_VOLUMES `` | Attach additional volume | "" | no |
144146
145147---
146148
147149## Changelog
148150
149151### master (unreleased)
150152
151- * Add ` --scaleway-ip ` ([ #37 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/37 ) )
153+ * Add ` --scaleway-volumes ` ([ #37 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/37 ) )
154+ * Add ` --scaleway-ip ` ([ #40 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/40 ) )
152155
153156View full [ commits list] ( https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.1.0...master )
154157
0 commit comments