210-400-2340
[email protected]
linkedin.com/in/knight1776
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/.profile | |
# Docker | |
# Simply use 'dka' to stop and delete all containers and images | |
alias dka='dkc;dki;dkv' | |
alias dkc='docker ps -aq | xargs docker rm -f' | |
alias dki='docker images -aq | xargs docker rmi -f' | |
alias dkv='docker volume ls -qf dangling=true | xargs docker volume rm' | |
# Git |
NewerOlder