Search found 1 match

by Emily29
Tue Feb 25, 2020 5:47 am
Forum: Technical Help
Topic: docker container reading another container logs
Replies: 1
Views: 651

docker container reading another container logs

I want to create a docker that reads the logs, stdout and stderr from another container 'factorio' on a continuous basis.

I know I should do this as a volume but my best current option is

sudo docker logs -f factorio &> /var/log/factorio/current.logs

I run the above on a screen. I had it as a ...

Go to advanced search