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
flags.VarP(hostOpt, "host", "H", "Daemon socket(s) to connect to")
86
+
flags.VarP(hostOpt, "host", "H", "Daemon socket to connect to")
87
87
flags.StringVarP(&o.Context, "context", "c", "",
88
88
`Name of the context to use to connect to the daemon (overrides `+client.EnvOverrideHost+` env var and default context set with "docker context use")`)
|`--config`|`string`|`/root/.docker`| Location of client config files |
98
-
|`-c`, `--context`|`string`|| Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with `docker context use`) |
99
-
|`-D`, `--debug`||| Enable debug mode |
100
-
|`-H`, `--host`|`list`|| Daemon socket(s) to connect to |
101
-
|`-l`, `--log-level`|`string`|`info`| Set the logging level (`debug`, `info`, `warn`, `error`, `fatal`) |
102
-
|`--tls`||| Use TLS; implied by --tlsverify |
103
-
|`--tlscacert`|`string`|`/root/.docker/ca.pem`| Trust certs signed only by this CA |
104
-
|`--tlscert`|`string`|`/root/.docker/cert.pem`| Path to TLS certificate file |
105
-
|`--tlskey`|`string`|`/root/.docker/key.pem`| Path to TLS key file |
|`--config`|`string`|`/root/.docker`| Location of client config files |
98
+
|`-c`, `--context`|`string`|| Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with `docker context use`) |
99
+
|`-D`, `--debug`||| Enable debug mode |
100
+
|[`-H`](#host), [`--host`](#host)|`list`|| Daemon socket to connect to|
101
+
|`-l`, `--log-level`|`string`|`info`| Set the logging level (`debug`, `info`, `warn`, `error`, `fatal`) |
102
+
|`--tls`||| Use TLS; implied by --tlsverify |
103
+
|`--tlscacert`|`string`|`/root/.docker/ca.pem`| Trust certs signed only by this CA |
104
+
|`--tlscert`|`string`|`/root/.docker/cert.pem`| Path to TLS certificate file |
105
+
|`--tlskey`|`string`|`/root/.docker/key.pem`| Path to TLS key file |
106
+
|`--tlsverify`||| Use TLS and verify the remote |
107
107
108
108
109
109
<!---MARKER_GEN_END-->
@@ -378,6 +378,56 @@ list of root Certificate Authorities.
0 commit comments