@deuts@deuts.one

00:00

Now I know: adding --tail=xx in your docker logs command limits the number of log entries to the last xx lines. For example: docker logs -f --tail=10 caddy will show you the last 10 lines of caddy’s logs only. #Docker