## Setup Both must use --in-pod=false so the torrent container can attach to the VPN container's network. Downloads appear in /root/downloads on the host. cd /root/mullvad-docker && podman compose --in-pod=false up -d cd /root/mullvad-docker/torrent && podman compose --in-pod=false up -d ## Shell into container podman exec -it torrent bash ## aria2p commands # Add downloads aria2p add "magnet:?xt=urn:btih:..." aria2p add "https://example.com/file.zip" aria2p add /path/to/file.torrent # Monitor aria2p show # list all downloads aria2p top # live TUI # Control aria2p pause # pause one aria2p resume # resume one aria2p remove # remove one aria2p pause-all aria2p resume-all # Cleanup aria2p purge # clear completed/errored from list GID is the hex ID from aria2p show.