Skip to content

Instantly share code, notes, and snippets.

@rasgo-cc
Created September 11, 2019 01:09
Show Gist options
  • 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