Hi there! I'm attempting to spin up a DelugeVPN docker container. My Docker host is inside an LXD container, and is already running a handful of other Docker containers.
When I attempt to run DelugeVPN via:
docker run -d \
--cap-add=NET_ADMIN \
-p 8112:8112 \
-p 8118:8118 \
--name=delugevpn \
-v /data/deluge/data:/data \
-v /data/deluge/config:/config \
-v /etc/localtime:/etc/localtime:ro \
-e VPN_ENABLED=yes \
-e VPN_USER=******** \
-e VPN_PASS=********* \
-e VPN_REMOTE=ca.privateinternetaccess.com \
-e VPN_PORT=1198 \
-e VPN_PROTOCOL=udp \
-e VPN_PROV=pia \
-e STRONG_CERTS=no \
-e ENABLE_PRIVOXY=yes \
-e LAN_NETWORK=192.168.0.0/24 \
-e DEBUG=false \
-e PUID=0 \
-e PGID=0 \
binhex/arch-delugevpn
It gets partway through downloading, extracting and completing pull, then gives the following error:
docker: failed to register layer: ApplyLayer exit status 1 stdout: stderr: operation not permitted.