1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #22219 from leonhartX/zsh-completion-add-disable-content-trust

Add zsh completion for 'docker {build,create,run} --disable-content-trust'
This commit is contained in:
Vincent Demeester 2016-04-21 17:08:38 +02:00
commit c931a7c576

View file

@ -589,6 +589,7 @@ __docker_subcommand() {
opts_build_create_run=(
"($help)--cgroup-parent=[Parent cgroup for the container]:cgroup: "
"($help)--isolation=[Container isolation technology]:isolation:(default hyperv process)"
"($help)--disable-content-trust[Skip image verification]"
"($help)*--shm-size=[Size of '/dev/shm' (format is '<number><unit>')]:shm size: "
"($help)*--ulimit=[ulimit options]:ulimit: "
"($help)--userns=[Container user namespace]:user namespace:(host)"