@@ -51,6 +51,7 @@ Options:
5151 --engine-registry-mirror [--engine-registry-mirror option --engine-registry-mirror option] Specify registry mirrors to use [$ENGINE_REGISTRY_MIRROR]
5252 --engine-storage-driver Specify a storage driver to use with the engine
5353 --scaleway-commercial-type "VC1S" Specifies the commercial type [$SCALEWAY_COMMERCIAL_TYPE]
54+ --scaleway-debug Enables Scaleway client debugging [$SCALEWAY_DEBUG]
5455 --scaleway-image "ubuntu-trusty" Specifies the image [$SCALEWAY_IMAGE]
5556 --scaleway-name Assign a name [$SCALEWAY_NAME]
5657 --scaleway-organization Scaleway organization [$SCALEWAY_ORGANIZATION]
@@ -117,12 +118,14 @@ $> curl --silent http://212.47.248.251 | head -n1 # you can also open your brows
117118
118119## Options
119120
120- | Option Name | Description | Default Value| required|
121- | ----------------------------------------------------------------| -------------------| -------------| --------|
122- | `` --scaleway-organization `` or `` $SCALEWAY_ORGANIZATION `` | Organization UUID | none | yes |
123- | `` --scaleway-token `` or `` $SCALEWAY_TOKEN `` | Token UUID | none | yes |
124- | `` --scaleway-name `` or `` $SCALEWAY_NAME `` | Server name | none | no |
125- | `` --scaleway-commercial-type `` or `` $SCALEWAY_COMMERCIAL_TYPE `` | Commercial type | VC1S | no |
121+ | Option Name | Description | Default Value | required|
122+ | ----------------------------------------------------------------| -------------------| --------------| --------|
123+ | `` --scaleway-organization `` or `` $SCALEWAY_ORGANIZATION `` | Organization UUID | none | yes |
124+ | `` --scaleway-token `` or `` $SCALEWAY_TOKEN `` | Token UUID | none | yes |
125+ | `` --scaleway-name `` or `` $SCALEWAY_NAME `` | Server name | none | no |
126+ | `` --scaleway-commercial-type `` or `` $SCALEWAY_COMMERCIAL_TYPE `` | Commercial type | VC1S | no |
127+ | `` --scaleway-image `` or `` $SCALEWAY_IMAGE `` | Server image | ubuntu-trusty | no |
128+ | `` --scaleway-debug `` or `` $SCALEWAY_DEBUG `` | Toggle debugging | false | no |
126129
127130---
128131
@@ -131,6 +134,7 @@ $> curl --silent http://212.47.248.251 | head -n1 # you can also open your brows
131134### master (unreleased)
132135
133136* Add ` --scaleway-image ` ([ #22 ] ( https://github.com/scaleway/docker-machine-driver-scaleway/issues/22 ) )
137+ * Add ` --scaleway-debug `
134138
135139View full [ commits list] ( https://github.com/scaleway/docker-machine-driver-scaleway/compare/v1.0.2...master )
136140
@@ -163,6 +167,12 @@ View full [commits list](https://github.com/scaleway/docker-machine-driver-scale
163167
164168---
165169
170+ ## Debugging
171+
172+ ``` console
173+ $ SCALEWAY_DEBUG=1 MACHINE_DEBUG=1 docker-machine ...
174+ ```
175+
166176## Development
167177
168178Feel free to contribute :smiley ::beers :
0 commit comments