Cheatography
https://cheatography.com
Docker aliases list from zsh-docker-aliases (https://github.com/luismayta/zsh-docker-aliases/blob/develop/zsh-docker-aliases.zsh)
Images
di |
docker images |
drmi |
docker rmi |
dbu |
docker build |
drmi_all |
delete all images |
drmi_dang |
delete dangling images |
Volumes
dvls |
docker volume ls |
dvrm_all |
Remove all volumes |
dvrm_dang |
Remove dangling volumes |
|
|
Containers
dps |
docker ps |
dpsl |
Show latest container |
drm |
docker rm |
dexec |
docker exec |
dlog |
docker logs |
dip |
docker inspect |
dstop_all |
Stop all running containers |
drm_stopped |
Remove all stopped containers |
drmv_stopped |
Remove all stopped containers with theirs associated volumes |
drm_all |
Remove all containers |
drmv_all |
Remove all containers with theirs associated volumes |
|
|
Clean up
docker-clean-containers |
Stop and remove all containers |
docker-clean-images |
Remove all images |
docker-clean-volumes |
Remove all volumes |
docker-clean-networks |
Remove all networks |
docker-clean-unused |
docker prune all with volumes |
docker-clean-images-dang |
Remove dangling images |
docker-clean-all |
Stop and remove all (containers + volumes + images) |
|
Created By
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets