|
40 | 40 | Value: "virtualbox", |
41 | 41 | EnvVar: "MACHINE_DRIVER", |
42 | 42 | }, |
43 | | - cli.StringFlag{ |
44 | | - Name: "engine-install-url", |
45 | | - Usage: "Custom URL to use for engine installation", |
46 | | - Value: drivers.DefaultEngineInstallURL, |
47 | | - EnvVar: "MACHINE_DOCKER_INSTALL_URL", |
48 | | - }, |
49 | | - cli.StringSliceFlag{ |
50 | | - Name: "engine-opt", |
51 | | - Usage: "Specify arbitrary flags to include with the created engine in the form flag=value", |
52 | | - Value: &cli.StringSlice{}, |
53 | | - }, |
54 | | - cli.StringSliceFlag{ |
55 | | - Name: "engine-insecure-registry", |
56 | | - Usage: "Specify insecure registries to allow with the created engine", |
57 | | - Value: &cli.StringSlice{}, |
58 | | - }, |
59 | | - cli.StringSliceFlag{ |
60 | | - Name: "engine-registry-mirror", |
61 | | - Usage: "Specify registry mirrors to use", |
62 | | - Value: &cli.StringSlice{}, |
63 | | - EnvVar: "ENGINE_REGISTRY_MIRROR", |
64 | | - }, |
65 | | - cli.StringSliceFlag{ |
66 | | - Name: "engine-label", |
67 | | - Usage: "Specify labels for the created engine", |
68 | | - Value: &cli.StringSlice{}, |
69 | | - }, |
70 | | - cli.StringFlag{ |
71 | | - Name: "engine-storage-driver", |
72 | | - Usage: "Specify a storage driver to use with the engine", |
73 | | - }, |
74 | | - cli.StringSliceFlag{ |
75 | | - Name: "engine-env", |
76 | | - Usage: "Specify environment variables to set in the engine", |
77 | | - Value: &cli.StringSlice{}, |
78 | | - }, |
79 | | - cli.StringSliceFlag{ |
80 | | - Name: "tls-san", |
81 | | - Usage: "Support extra SANs for TLS certs", |
82 | | - Value: &cli.StringSlice{}, |
83 | | - }, |
84 | 43 | } |
85 | 44 | ) |
86 | 45 |
|
|
0 commit comments