docker stuff

This commit is contained in:
Adam 2023-02-11 12:10:58 -05:00
parent 1d5a765ce9
commit 137c3ddef3

View file

@ -34,9 +34,9 @@ push="rsync -avzP" \
vs="source bin/activate" \ vs="source bin/activate" \
vd="deactivate" \ vd="deactivate" \
doors_update="cd && curl https://doordesk.net/setup | bash" \ doors_update="cd && curl https://doordesk.net/setup | bash" \
drm="docker rm -vf $(docker ps -aq)" \ drm='docker rm -vf $(docker ps -aq)' \
drmi="docker rmi -f $(docker images -aq)" \ drmi='docker rmi -f $(docker images -aq)' \
drv="docker volume rm $(docker volume ls -q)" \ drv='docker volume rm $(docker volume ls -q)' \
# Shortcuts # Shortcuts
alias \ alias \