To view the last 100 lines of logs from a Docker container and continue to follow new logs

Pheak Pheasa - May 13 - - Dev Community
docker logs -f <container_name_or_id> | tail -n 100
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . .
Terabox Video Player