I need to share the application logs to mounted volume.
I want to mount same volume to all docker containers to keep the logs.
is it possible? will it effect the applicatio
I'm mounting the same directory to several containers but for read purpose, not write (if your logs are written within the containers. I think that if they are writing to different files it Should work..