Created
January 19, 2024 07:41
-
-
Save kristianrl/ac3df09ff3359b3e4b79937fb4100d7b to your computer and use it in GitHub Desktop.
Docker - List of container creation times
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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