Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created May 26, 2025 05:25
Show Gist options
  • Save velotiotech/53f7a6f0a2c619e63e6f791f2f8bb588 to your computer and use it in GitHub Desktop.
Save velotiotech/53f7a6f0a2c619e63e6f791f2f8bb588 to your computer and use it in GitHub Desktop.
docker ps --format 'table {{.ID}}\\t{{.Names}}\\t{{.Status}}'
docker logs $(docker ps -q --filter "status=exited")
journalctl -u docker.service --no-pager | tail -n 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment