a ocean node? Or a video tutorial?
I already checken the github page but there is little documentation for docker Desktop description
Hello! Good question Let me check :)
For now, I recommend that you join our server We have a special branch for Ocean Node. Where you can ask your question and our team will be happy to help you👀
Thanks admin. I already tried to set it up with docker. But i get some errors building the image to run the container. I mention it in the discord channel. Is there anyone who managed to get a running container in docker without errors?
The error message indicates that the build process is failing. Here are some steps that might help you resolve the issue: Ensure Dockerfile is Present: Make sure that the Dockerfile is present in the ocean-node directory. You can verify this by navigating to the directory and checking for the Dockerfile. Check Environment Variables: Ensure that your environment variables are correctly set. Specifically, the PRIVATE_KEY should start with 0x. For example: export PRIVATE_KEY=0xYourPrivateKey Build the Docker Image: Try building the Docker image again: docker build -t ocean-node:mybuild. Run the Docker Container: Once the image is built, start the container: docker run -e PRIVATE_KEY=0xYourPrivateKey ocean-node:mybuild If you continue to face issues, it might be helpful to ensure that all dependencies are up to date and that there are no conflicts. Additionally, you can check if there are any specific errors in the logs that might give more insight into the problem.
Thanks for you answer KreigDK. - De dockerfile is present in the ocean-node directory. - I exported the private key but didnt run it yet because building the image failed. - Im going to try it tomorrow agian. i read that there will be a new image in the discord group for running a node. If its not working tomorrow i will wait for that.
Anyway, I saw what you wrote in the channel on nodes I think you'll get a reply from the developers soon as well🫡
Hello! look at this https://github.com/oceanprotocol/ocean-node/tree/main/deployment👀
Обсуждают сегодня