Skip to content

Instantly share code, notes, and snippets.

@a5ync
Created June 19, 2018 22:21
Show Gist options
  • Select an option

  • Save a5ync/05fdf1cd96db2b73dfdd76aa90129be9 to your computer and use it in GitHub Desktop.

Select an option

Save a5ync/05fdf1cd96db2b73dfdd76aa90129be9 to your computer and use it in GitHub Desktop.
Copy docker logs
cd /var/lib/docker/containers
find ./ -type f -name *.log|xargs -i cp {} ~/docker-logs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment