Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created February 26, 2019 21:51
Show Gist options
  • Select an option

  • Save cicorias/9758e16b079dbb960f6b16ab6c2e915d to your computer and use it in GitHub Desktop.

Select an option

Save cicorias/9758e16b079dbb960f6b16ab6c2e915d to your computer and use it in GitHub Desktop.
docker logs sorted by time
docker service logs SERVICE -t 2>&1 | sort -k 1
docker-compose logs -t 2>&1 | sort -k 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment