I have a weblogic container running on a docker machine (which runs on Windows 7 using the docker toolbar) and you want to automatically save logs from the container to the Windows machine.
I know I can use the command docker cp, but instead of writing logs to the Windows machine every time, is there a better way to save the logs from the container to a folder on the Windows computer?
source
share