Skip to content

Instantly share code, notes, and snippets.

@kleysonr
Created February 4, 2021 01:14
Show Gist options
  • Save kleysonr/c23a06ca3e4b261ff3cba94a2e2aab93 to your computer and use it in GitHub Desktop.
Save kleysonr/c23a06ca3e4b261ff3cba94a2e2aab93 to your computer and use it in GitHub Desktop.
Referencias Docker
  • Limpar os logs de um container
echo "" > $(docker inspect --format='{{.LogPath}}' <container_name_or_id>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment