1
0
Fork 0

add docker restart alias

This commit is contained in:
Luca Bilke 2023-11-26 19:31:10 +01:00
parent f856a7c59f
commit a0116d9a1a
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ alias \
dex="docker exec -it" \ dex="docker exec -it" \
dlg="docker logs" \ dlg="docker logs" \
dsr="docker start" \ dsr="docker start" \
drs="docker restart" \
drm="docker rm" \ drm="docker rm" \
dsp="docker stop" \ dsp="docker stop" \
din="docker inspect" \ din="docker inspect" \