Search found 1 match
- 19 Jul 2019, 11:12
- Forum: Ubuntu & Desktop Linux
- Topic: Docker: "Couldn't watch" No such file or directory.
- Replies: 3
- Views: 4341
Re: Docker: "Couldn't watch" No such file or directory.
@w0wreally did u find any solution? im at the same point. I have all my used applications in docker but only Filebot everytime writes as root user... Edit: i got it with docker run -d \ --name=filebot \ -v /mnt/media1:/volume1 \ -v /home/n4pl/dockerfiles/filebot:/data \ -p 5452:5452 \ -u $(id -u ...