docker-alias
docker-alias copied to clipboard
My Docker alias and functions
Add dformat as a sample for formatting Add dpsi and dpsai to list containers per image/parent-image name
what about containers, networks, docker-compose etc.
Hi. First of all: thanks for these aliases, they saved my day! So. here's the issue: the "15 QUICK DOCKER TIPS" link in README is broken (website no longer exists)
`dri` alias is very dangerous. most of the time user wants to eliminate only the unnamed images.
This command alias allows you to remove all the exited containers.
for example the `dri` alias is not shown when invoking `dalias`.
Line 39: dbu() {docker build -t=$1 .;} should have spaces on inside of the braces dbu() { docker build -t=$1 .; }