Skip to content

Instantly share code, notes, and snippets.

@lnksz
Created October 14, 2024 16:11
Show Gist options
  • Save lnksz/170ec83be465e921466ed7728445e84f to your computer and use it in GitHub Desktop.
Save lnksz/170ec83be465e921466ed7728445e84f to your computer and use it in GitHub Desktop.
Docker Snippets

Short docker ps about container status

docker ps -a --format "table{{.Name}}\t{{.Status}}\t{{.Ports}}"
docker compose logs --format "table{{.Name}}\t{{.Status}}\t{{.Ports}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment