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