Skip to content

Instantly share code, notes, and snippets.

@yetanotherchris
Created May 3, 2019 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yetanotherchris/9d3390f20ff5209a1e75c6a8a8437392 to your computer and use it in GitHub Desktop.
Save yetanotherchris/9d3390f20ff5209a1e75c6a8a8437392 to your computer and use it in GitHub Desktop.
Minimal docker ps
# https://docs.docker.com/engine/reference/commandline/ps/#formatting
docker ps -a --format "table {{.ID}} \t {{.Image}} \t {{.Status}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment