Merge pull request #25996 from yuexiao-wang/fix-docker-daemon

Replace docker command from 'docker daemon' to 'dockerd'
(cherry picked from commit aff33055ac)

Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
Vincent Demeester
2016-08-25 17:58:00 +02:00
committed by Charles Smith
parent a3098657c3
commit af9378f713
17 changed files with 24 additions and 24 deletions

View File

@@ -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 daemon --tlsverify --tlscacert=ca.pem --tlscert=server-cert.pem --tlskey=server-key.pem \
$ dockerd --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