(no title)
purple-dragon | 5 years ago
docker logs -f CONTAINER
If you want to watch logs from a specific file within the container then I would just use 'docker exec' and whatever shell commands you prefer.purple-dragon | 5 years ago
docker logs -f CONTAINER
If you want to watch logs from a specific file within the container then I would just use 'docker exec' and whatever shell commands you prefer.
X-Istence|5 years ago
So you don't have to manually hunt down the container you want the logs for.