Skip to content

Instantly share code, notes, and snippets.

@dereke55
Created January 2, 2024 20:37
Show Gist options
  • Save dereke55/44a512312f3c7cc060b5ff51da560c84 to your computer and use it in GitHub Desktop.
Save dereke55/44a512312f3c7cc060b5ff51da560c84 to your computer and use it in GitHub Desktop.
docker ps format
docker ps --format "table {{.ID}}\t{{.Names}}\t{{.Label \"com.docker.compose.project\"}}\t{{.Status}}\t{{.RunningFor}}\t{{.Image}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment