PatGitMaster

Results 5 comments of PatGitMaster

Maybe I'm lucky, but I've had /volume1 mapped since the very beginning using these statements in my docker run command: -v /volume1/docker/CrashPlan:/config:rw \ -v /volume1:/volume1:ro \ I've just been very...

Add /volume1/ before that. All of the Synology shared folders are on your volume (whatever your volume name is).

![image](https://user-images.githubusercontent.com/9059011/106759993-590da900-6601-11eb-84f2-7199b9ee7e20.png)

What jlesage is saying is the that file should be in this directory: /volume1/docker/CrashPlan Data/log So try looking there: cd /volume1/docker/CrashPlan Data/log In my system, where the directory name and...

Try changing directories a level at a time, such as: cd /volume1/docker ls -l The cd to the right directory. Continue until you see "log". Then issue the tail command....