I want to run tail -f /var/log/xxx.log
file from existing container, where /var/log/xxx.log
is a log file inside host.
From docs and with google search, I have found that this is possible with bind mount.
But I couldn't run tail -f /var/log/xxx.log
. Any advice or proper document about bind mount would be appreciated.
Thanks in advance