-
Notifications
You must be signed in to change notification settings - Fork 25
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
Trouble installing via Docker #202
Comments
On what OS are you trying to run the docker container? |
Thank you for the reply! |
I have restructured and updated the Docker stack. You can get the new files on the repo (make sure you use the dev branch) or the image on dockerhub I have not tested it in Windows11 yet. Perhaps you can give it a try and let me know! |
Both options ( I also tried using From here, the
My guess is then that something is wrong with Let me know if there's anything else to check or to try, as it'd be really nice to run the node on my main workstation! |
The image is fine but you must run it through the docker compose recipe because each container needs to start with a different entrypoint command and the docker compose file provides that instruction. Make sure you point the volumes to the right paths and that you run docker with administrative settings since you need |
It seems the issue is that |
I see. Thanks for looking into it. One can do automatic port binding and overcome the use of I think the easiest solution would be to abandon windows and find a computer to install linux onto. The current installation image is a bit old but if you use an archlinux based image (e.g. Manjaro) you can get the node running simply with |
…work mode. Added also some comments explaining the issue with the Windows docker setup. This is in reference to #202
I have made a new ISO image. This is once again the easiest way to setup the node. I have added some notes to the docker-compose file to explain what the problem is but I am afraid not much more can be done to solve the Docker issue. |
Hi all,
After Docker installation, the node does not run and instead I get this message:
Is there a solution, guide, or any other steps I should take to complete the installation successfully?
Steps I took leading to the issue:
docker pull
, which led to issue docker container not working #185 )docker build .
ordocker compose up
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: