alias: lazydocker
This commit is contained in:
parent
9414d8c247
commit
9bf0d4f3fe
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ alias vom="vim"
|
|||
alias dcu="docker-compose up"
|
||||
alias dcd="docker-compose down"
|
||||
alias dcr="docker-compose down && docker-compose up -d"
|
||||
alias lazydocker="docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock lazyteam/lazydocker"
|
||||
alias lzd="docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock lazyteam/lazydocker"
|
||||
# safeguard
|
||||
alias mv="mv -i "
|
||||
alias cp="cp -i "
|
||||
|
|
Loading…
Reference in a new issue