rtorrent-flood-openvpn
rtorrent-flood-openvpn copied to clipboard
podman/docker systemd not found, centos caused?
hello, after a reboot the image no longer works whether under podman or docker. The questioning is due to centos?
podman run -it --privileged --name rtorrent-flood-openvpn -v / sys / fs / cgroup: / sys / fs / cgroup: ro -v / mnt / data / torrent / config: / config -v / mnt / data / torrent: / output -p 9091: 80 -p 8080: 8080 h1f0x / rtorrent-flood-openvpn
Failed to mount cgroup at / sys / fs / cgroup / systemd: Operation not permitted
The git hasn't been updated for 2 years, are you still using this docker image or another system?
I haven't found an equivalent to use openvpn with flood.
Thank you!
my solution on host Debian bullseye :
mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd
and start container:
podman run -d -it --privileged --name rtorrent-flood-openvpn -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /mnt/data/torrent/config:/config -v /mnt/data/torrent:/output -p 9091:80 -p 8080:8080 h1f0x/rtorrent-flood-openvpn