mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Update docker.plugin.zsh
This commit is contained in:
parent
ca5471fe49
commit
ada7786ef0
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ alias dsta='docker stop $(docker ps -q)'
|
|||
alias dstp='docker container stop'
|
||||
alias dtop='docker top'
|
||||
alias dvi='docker volume inspect'
|
||||
alias dvc='docker volume create --name'
|
||||
alias dvr='docker volume rm'
|
||||
alias dvls='docker volume ls'
|
||||
alias dvprune='docker volume prune'
|
||||
alias dxc='docker container exec'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue