You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,21 +42,23 @@ Description:
42
42
43
43
Options:
44
44
45
-
--driver, -d "none" Driver to create machine with.
45
+
--driver, -d "none" Driver to create machine with. [$MACHINE_DRIVER]
46
46
--engine-env [--engine-env option --engine-env option] Specify environment variables to set in the engine
47
47
--engine-insecure-registry [--engine-insecure-registry option --engine-insecure-registry option] Specify insecure registries to allow with the created engine
48
48
--engine-install-url "https://get.docker.com" Custom URL to use for engine installation [$MACHINE_DOCKER_INSTALL_URL]
49
49
--engine-label [--engine-label option --engine-label option] Specify labels for the created engine
50
50
--engine-opt [--engine-opt option --engine-opt option] Specify arbitrary flags to include with the created engine in the form flag=value
51
-
--engine-registry-mirror [--engine-registry-mirror option --engine-registry-mirror option] Specify registry mirrors to use
51
+
--engine-registry-mirror [--engine-registry-mirror option --engine-registry-mirror option] Specify registry mirrors to use [$ENGINE_REGISTRY_MIRROR]
52
52
--engine-storage-driver Specify a storage driver to use with the engine
53
53
--scaleway-commercial-type "VC1S" Specifies the commercial type [$SCALEWAY_COMMERCIAL_TYPE]
54
+
--scaleway-image "ubuntu-trusty" Specifies the image [$SCALEWAY_IMAGE]
0 commit comments