I have a weblogic container running on docker-machine( which is running on Windows 7 using docker toolbox) and want to save the logs from the container automatically to the windows machine.
I know that I can use the docker cp
command but, instead of coping the logs every time to the windows machine, is there a better way to save the logs from the container to a folder on windows machine?