Hi Guys (and Girls)
I've got problem setting rtorrent docker on unionfs
Problem is that rtorrent adds torrent but do not check it
my settings:
-e PUID=1000 \
-e PGID=1000 \
-p 9092:80 \
-p 5000:5000 \
-p 19061:19061 \
-p 19061:19061/udp \
-v /path/to/rutorrent/config:/config \
-v /path/to/rutorrent/downloads:/downloads \
Host /volume Path in container
/srv/806b304e-bcf9-4b55-a752-422baf9c75af/Share/torrent /Watch
/srv/806b304e-bcf9-4b55-a752-422baf9c75af/Share /downloads
/srv/806b304e-bcf9-4b55-a752-422baf9c75af/docker-conf/rtorrent /config
userid:
root@openmediavault:~# id pietia
uid=1000(pietia) gid=100(users) groups=100(users),1000(docker)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Whole day looking on forum and google but looking for wrong questions 
The problem was
options in UnionFS
defaults,allow_other,cache.files=off,use_ino
just remove
cache.files=off
TADAM.wav
works like charm 