add docker restart alias
This commit is contained in:
parent
f856a7c59f
commit
a0116d9a1a
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ alias \
|
|||
dex="docker exec -it" \
|
||||
dlg="docker logs" \
|
||||
dsr="docker start" \
|
||||
drs="docker restart" \
|
||||
drm="docker rm" \
|
||||
dsp="docker stop" \
|
||||
din="docker inspect" \
|
||||
|
|
Loading…
Add table
Reference in a new issue