- Modifié
~ docker network ls
NETWORK ID NAME DRIVER SCOPE
c6d782c6092e bridge bridge local
7b16eb4a70b8 cloudbox bridge local
e786b3f45af9 host host local
ce6a2fe39884 none null local
Docker ps retourne pour ce qui concerne rutorrent :
783ac95817bd horjulf/rutorrent-autodl "/init"
Si je lance la commande :
docker run -it --rm \
-v /mnt/local/downloads/torrents/rutorrent/completed:/downloads/torrents/rutorrent/completed \
--network 7b16eb4a70b8 \
--link rutorrent-autodl:rtorrent \
magicalex/docker-rtorrent-cleaner rtorrent-cleaner report --url-xmlrpc=https://xxx:yyy@domaine/RPC2/
J’ai en retour :
In Finder.php line 581:
The "/downloads/torrents/rutorrent/incoming" directory does not exist.
Merci encore !