moby/docs/reference/commandline
Daniel Hiltgen 124792a871 Add TLS support for discovery backend
This leverages recent additions to libkv enabling client
authentication via TLS so the discovery back-end can be locked
down with mutual TLS.  Example usage:

    docker daemon [other args] \
        --cluster-advertise 192.168.122.168:2376 \
        --cluster-store etcd://192.168.122.168:2379 \
        --cluster-store-opt kv.cacertfile=/path/to/ca.pem \
        --cluster-store-opt kv.certfile=/path/to/cert.pem \
        --cluster-store-opt kv.keyfile=/path/to/key.pem

Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
2015-10-07 16:01:00 -07:00
..
attach.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
build.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
cli.md Remove -h flag from completion and daemon reference 2015-08-11 07:30:58 -07:00
commit.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
cp.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
create.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
daemon.md Add TLS support for discovery backend 2015-10-07 16:01:00 -07:00
diff.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
docker_images.gif retooling for hugo 2015-06-15 13:19:38 -07:00
events.md Merge pull request #16744 from runcom/fix-mam-commandline 2015-10-04 22:28:19 +02:00
exec.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
export.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
history.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
images.md Update filtering chapters on ps/images references 2015-08-27 08:47:03 +02:00
import.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
info.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
inspect.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
kill.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
load.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
login.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
logout.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
logs.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
network_connect.md Networking API and UX documentation 2015-10-07 03:54:27 -07:00
network_create.md Networking API and UX documentation 2015-10-07 03:54:27 -07:00
network_disconnect.md Networking API and UX documentation 2015-10-07 03:54:27 -07:00
network_inspect.md Networking API and UX documentation 2015-10-07 03:54:27 -07:00
network_ls.md Networking API and UX documentation 2015-10-07 03:54:27 -07:00
network_rm.md Networking API and UX documentation 2015-10-07 03:54:27 -07:00
pause.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
port.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
ps.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
pull.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
push.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
rename.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
restart.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
rm.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
rmi.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
run.md Merge pull request #16647 from vdemeester/revert-env-validation-docs 2015-10-05 15:27:45 -07:00
save.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
search.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
start.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
stats.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
stop.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
tag.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
top.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
unpause.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
version.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
volume_create.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
volume_inspect.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
volume_ls.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
volume_rm.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00
wait.md Fix man and commandline docs 2015-10-04 21:22:27 +02:00