Skip to content

Instantly share code, notes, and snippets.

@voidvn
Created June 12, 2023 19:34
Show Gist options
  • Save voidvn/0e4b5d2095854071deeffb77df3dd320 to your computer and use it in GitHub Desktop.
Save voidvn/0e4b5d2095854071deeffb77df3dd320 to your computer and use it in GitHub Desktop.
Command to show last 10 rows of docker container, in real time
docker logs -f --tail 10 {container_name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment