Skip to content

Instantly share code, notes, and snippets.

@kristianrl
Created January 19, 2024 07:41
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 kristianrl/ac3df09ff3359b3e4b79937fb4100d7b to your computer and use it in GitHub Desktop.
Save kristianrl/ac3df09ff3359b3e4b79937fb4100d7b to your computer and use it in GitHub Desktop.
Docker - List of container creation times
docker ps -a --format "table {{.Names}}\t{{.CreatedAt}}\t{{.Status}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment