You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
Hey everyone, writing here in the hopes of getting some help from the community.
I just installed Docker on a Raspberry Pi 4 (followed this tutorial) and have been having a bit of a hard time figuring out how to set up the alpine-qbittorrent-openvpn container. I should note that I have no experience with Docker whatsoever.
I did a sudo docker pull guillaumedsde/alpine-qbittorrent-openvpn:python which worked just fine, but I hit a snag right after that.
I customized the docker run command to
but every time I turn to run it I get docker: invalid reference format: repository name must be lowercase.
Now, I know that -v /path/to/config/directory:/config \ is not valid, and I did remove that, but I am not sure what is supposed to go there. I also tried removing all arguments and just doing a sudo docker run guillaumedsde/alpine-qbittorrent-openvpn:python but obviously that fails and I get
...
[cont-init.d] 02-setup-openvpn: executing...
/var/run/s6/etc/cont-init.d/02-setup-openvpn: line 19: openvpn: Operation not permitted
...
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
Does anyone have any tips on how to troubleshoot it or get it running? Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey everyone, writing here in the hopes of getting some help from the community.
I just installed Docker on a Raspberry Pi 4 (followed this tutorial) and have been having a bit of a hard time figuring out how to set up the alpine-qbittorrent-openvpn container. I should note that I have no experience with Docker whatsoever.
I did a
sudo docker pull guillaumedsde/alpine-qbittorrent-openvpn:python
which worked just fine, but I hit a snag right after that.I customized the docker run command to
but every time I turn to run it I get
docker: invalid reference format: repository name must be lowercase.
Now, I know that
-v /path/to/config/directory:/config \
is not valid, and I did remove that, but I am not sure what is supposed to go there. I also tried removing all arguments and just doing asudo docker run guillaumedsde/alpine-qbittorrent-openvpn:python
but obviously that fails and I getDoes anyone have any tips on how to troubleshoot it or get it running? Thanks!
The text was updated successfully, but these errors were encountered: