The blog about containerisation, virtual machines and useful shell snippets and findings

How to watch only last log from docker containers?

This will show last 250 lines of containers logs and will follow up new.

docker-compose logs -f --tail 250