-
-
Save velotiotech/53f7a6f0a2c619e63e6f791f2f8bb588 to your computer and use it in GitHub Desktop.
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 --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