mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Update _docker
This commit is contained in:
parent
557dc09d71
commit
55b1a2befe
1 changed files with 6 additions and 5 deletions
|
@ -52,11 +52,10 @@ __build() {
|
||||||
|
|
||||||
__commit() {
|
__commit() {
|
||||||
_arguments \
|
_arguments \
|
||||||
'(-a,--author=)'{-a,--author=}'[Author (eg. "John Hannibal Smith <hannibal@a-team.com>"]' \
|
'(-a,--author=)'{-a,--author=}'[Author (e.g. "John Hannibal Smith <hannibal@a-team.com>")]' \
|
||||||
|
'(-c,--change=)'{-c,--change=}'[Apply Dockerfile instruction to the created image]' \
|
||||||
'(-m,--message=)'{-m,--message=}'[Commit message]' \
|
'(-m,--message=)'{-m,--message=}'[Commit message]' \
|
||||||
'--run=[Config automatically applied when the image is run.]'
|
|
||||||
'(-p,--pause=)'{-p,--pause=}'[Pause container during commit]' \
|
'(-p,--pause=)'{-p,--pause=}'[Pause container during commit]' \
|
||||||
__docker_containers
|
|
||||||
}
|
}
|
||||||
|
|
||||||
__cp() {
|
__cp() {
|
||||||
|
@ -70,7 +69,8 @@ __create() {
|
||||||
'--add-host=[Add a custom host-to-IP mapping]' \
|
'--add-host=[Add a custom host-to-IP mapping]' \
|
||||||
'--cap-add=[Add Linux capabilities]' \
|
'--cap-add=[Add Linux capabilities]' \
|
||||||
'--cap-drop=[Drop Linux capabilities]' \
|
'--cap-drop=[Drop Linux capabilities]' \
|
||||||
'(-c,--cpu-shares=)'{-c,--cpu-shares=}':[CPU shares (relative weight)]' \
|
'--cpuset-cpus=[CPUs in which to allow execution (0-3, 0,1)]' \
|
||||||
|
'(-c,--cpu-shares=)'{-c,--cpu-shares=}'[CPU shares (relative weight)]' \
|
||||||
'--cidfile=[Write the container ID to the file]' \
|
'--cidfile=[Write the container ID to the file]' \
|
||||||
'--device=[Add a host device to the container]' \
|
'--device=[Add a host device to the container]' \
|
||||||
'--dns=[Set custom dns servers]' \
|
'--dns=[Set custom dns servers]' \
|
||||||
|
@ -227,7 +227,8 @@ __run() {
|
||||||
'--add-host=[Add a custom host-to-IP mapping]' \
|
'--add-host=[Add a custom host-to-IP mapping]' \
|
||||||
'--cap-add=[Add Linux capabilities]' \
|
'--cap-add=[Add Linux capabilities]' \
|
||||||
'--cap-drop=[Drop Linux capabilities]' \
|
'--cap-drop=[Drop Linux capabilities]' \
|
||||||
'(-c,--cpu-shares=)'{-c,--cpu-shares=}':[CPU shares (relative weight)]' \
|
'--cpuset-cpus=[CPUs in which to allow execution (0-3, 0,1)]' \
|
||||||
|
'(-c,--cpu-shares=)'{-c,--cpu-shares=}'[CPU shares (relative weight)]' \
|
||||||
'--cidfile=[Write the container ID to the file]' \
|
'--cidfile=[Write the container ID to the file]' \
|
||||||
'(-d,--detach=)'{-d,--detach=}'[Run container in the background, print new container id]' \
|
'(-d,--detach=)'{-d,--detach=}'[Run container in the background, print new container id]' \
|
||||||
'--device=[Add a host device to the container]' \
|
'--device=[Add a host device to the container]' \
|
||||||
|
|
Loading…
Reference in a new issue