Skip to content

Instantly share code, notes, and snippets.

@pazams
Created December 18, 2021 22:17
Show Gist options
  • Save pazams/0006de61e6eacc7494282e3ace7e1b5e to your computer and use it in GitHub Desktop.
Save pazams/0006de61e6eacc7494282e3ace7e1b5e to your computer and use it in GitHub Desktop.
docker logs of an app
```
$ sudo docker logs $(sudo docker ps | grep <app-name> | awk '{print $1;}')
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment