Open o-alexandrov opened 2 years ago
Description
When invoking logs command in cli, there's no ability to --follow container's restarts. So if a container stops, the process exits.
logs
--follow
Current workaround is to either:
docker logs ... containerId
Related issue
Output of docker version:
docker version
Docker version 20.10.12, build e91ed57
This would be a great feature to save time and hassle when developing. My use case: developing a Node.js app that runs in a container. Every time I need to restart the app, I have to also restart the log viewer.
Description
When invoking
logs
command in cli, there's no ability to--follow
container's restarts. So if a container stops, the process exits.Current workaround is to either:
docker logs ... containerId
commandRelated issue
Output of
docker version
: