Docker Aliases
Short Docker command names.
This page introduces one alias group and its common command shortcuts. Read it first to understand naming conventions, expected inputs, and safe execution patterns. Then open the reference appendix for the complete command inventory and exact syntax. These aliases reduce repeated typing and preserve consistent workflow behavior on macOS, Linux, and WSL.
When to use
Use this page before daily shell work when you need predictable command patterns.
What is included
- Aliases: 114
- Helper functions: 7
- Source files: 1
Quick examples
d→dockerdbprune→docker builder prune -fdbx→docker buildxdbxb→docker buildx builddbxbp→docker buildx build --pushdbxcreate→docker buildx createdbxinspect→docker buildx inspectdbxls→docker buildx lsdbxmulti→docker buildx build --platform linux/amd64,linux/arm64dbxrm→docker buildx rmdbxstop→docker buildx stopdbxuse→docker buildx use
Next step
Open the full list: