Tail logfiles as a background task
Start a background task using docker logs -f seq
Tail logfiles as a background task using docker logs. Use when you need to monitor docker container logs in real-time while working on other tasks.
Start a background task using docker logs -f seq