-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker image not found #8
Comments
I'm experiencing the same problem, on a Pi 3 also. There is no pi-compatible image on Docker Hub. I tested both tags, latest and amd64, and neither are the correct architecture for the Pi. If you're in a rush to get this setup (like I am), I would recommend cloning the repo and building the Dockerfile manually. |
Yes, there are a few problems when you pull the image from Docker Hub (some stuff in the devel branch might fix it). In the meantime, try what @Jekotia suggested. |
I ran into the same issue, pulled the setup.sh script apart and did a build against the local dockerfile. It built the image, but when I run this command: docker exec -it $container bash install.sh in the container the screen flashes blue and exits immediately. I've tried executing install.sh from within the container myself, and get the same problem. Did you have success? |
Hi everyone, first of all thanks for all the work to dockerize pivpn! I would be really happy about some suggestions and help! Cheers |
Hi,
thank you for this awesome docker container! I tried to run it on my Raspberry Pi 3 this morning and I saw the following error:
Am I doing something wrong?
Thank you very much for your help.
Chris
The text was updated successfully, but these errors were encountered: