Skip to content

Instantly share code, notes, and snippets.

@cpuspellcaster
Created January 16, 2018 19:52
Show Gist options
  • Select an option

  • Save cpuspellcaster/db42ca7cb267ded90a7cd89ada7dd304 to your computer and use it in GitHub Desktop.

Select an option

Save cpuspellcaster/db42ca7cb267ded90a7cd89ada7dd304 to your computer and use it in GitHub Desktop.
Docker: remove logs on running containers
truncate -s 0 $(docker inspect --format='{{.LogPath}}' $(docker ps -q))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment