Skip to content

Instantly share code, notes, and snippets.

@wzulfikar
Last active March 14, 2024 13:36
Show Gist options
  • Star 41 You must be signed in to star a gist
  • Fork 19 You must be signed in to fork a gist
  • Save wzulfikar/f6f7dc8b9d6aa5bc207eaa31913201d8 to your computer and use it in GitHub Desktop.
Save wzulfikar/f6f7dc8b9d6aa5bc207eaa31913201d8 to your computer and use it in GitHub Desktop.
vertical format for docker ps
export FORMAT="ID\t{{.ID}}\nNAME\t{{.Names}}\nIMAGE\t{{.Image}}\nPORTS\t{{.Ports}}\nCOMMAND\t{{.Command}}\nCREATED\t{{.CreatedAt}}\nSTATUS\t{{.Status}}\n"
// usage:
docker ps --format="$FORMAT"
@SandeepN97
Copy link

SandeepN97 commented Dec 12, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment