Docker bash aliases - new bash shell commands to make working with Docker containers & images easier.
Save the docker_aliases.sh
file to your home directory. Rename it to .docker_aliases
and add this to your ~/.bashrc
file somewhere:
if [ -f ~/.docker_aliases ]; then