mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Update docs to use the new docker daemon command
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@@ -136,7 +136,7 @@ prevent accidental damage:
|
||||
Now you can make the Docker daemon only accept connections from clients
|
||||
providing a certificate trusted by our CA:
|
||||
|
||||
$ docker -d --tlsverify --tlscacert=ca.pem --tlscert=server-cert.pem --tlskey=server-key.pem \
|
||||
$ docker daemon --tlsverify --tlscacert=ca.pem --tlscert=server-cert.pem --tlskey=server-key.pem \
|
||||
-H=0.0.0.0:2376
|
||||
|
||||
To be able to connect to Docker and validate its certificate, you now
|
||||
|
||||
Reference in New Issue
Block a user