From 8c623f69dca3fdd967edf1f7e979223af2227844 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 13 Mar 2024 18:13:50 -0500 Subject: [PATCH] added docker alias --- alpine/alpine-user-customizations.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/alpine/alpine-user-customizations.sh b/alpine/alpine-user-customizations.sh index ed6d6a2..755ef4e 100755 --- a/alpine/alpine-user-customizations.sh +++ b/alpine/alpine-user-customizations.sh @@ -35,6 +35,7 @@ if [[ -f /etc/init.d/docker ]] echo "alias drestart='docker restart'" >> ~/.bash_profile echo "alias dlf='docker logs -f'" >> ~/.bash_profile echo "alias dipaf='docker image prune -a -f'" >> ~/.bash_profile + echo "alias deit='docker exec -it'" >> ~/.bash_profile fi # git config