Skip to content

Instantly share code, notes, and snippets.

@rasgo-cc
Created September 11, 2019 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rasgo-cc/b188632656edf3783533d2ddb2ac3799 to your computer and use it in GitHub Desktop.
Save rasgo-cc/b188632656edf3783533d2ddb2ac3799 to your computer and use it in GitHub Desktop.
Snippets and utilities for Docker

Find where container's logs are:

docker inspect --format='{{.LogPath}}' <container_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment