mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Added more docker commands
This commit is contained in:
parent
ed6ddba361
commit
e8e49c1076
1 changed files with 10 additions and 1 deletions
|
|
@ -7,4 +7,13 @@ drm='docker container rm'
|
|||
drmf='docker container rm -f'
|
||||
ds='docker container stop'
|
||||
dt='docker top'
|
||||
dv='docker version'
|
||||
dv='docker version'
|
||||
dpo='docker container port'
|
||||
dpu='docker pull'
|
||||
dx='docker exec'
|
||||
dbl='docker build'
|
||||
dhh='docker help'
|
||||
|
||||
#docker images
|
||||
dirm='docker image rm'
|
||||
dils='docker image ls'
|
||||
Loading…
Add table
Add a link
Reference in a new issue