Open crystal-way opened 3 years ago
I am not sure what you are trying to do. What is is needed is Windows 10
https://node-pi.com/pinode_eng
for docker commands just type docker on command lien it will give all flags
I do have linux machine, out there i have running docker with it's containers. So my question is then the following: can i run Pi node on linux machine as a docker container?
Ok - this needs some explaining - cos I realize you're wondering why you can't just run the docker image up on docker installed on top of linux...
The current Pi Node bundle consists of two parts -- an app part, and a docker part. The app part (currently only available for mac Os or Windows) authenticates you to the Pi network with your Pi UserID (it looks similar to the mobile app). Once auth'd, it will help you set up the docker side and pull the docker images down. I don't know if anyone's been able to divorce the docker part from the app part in order to move the docker image to Linux after this initial setup was done.
A Linux version (the app part) will be made available later -- the unavailability on Linux is due to a decision that has yet to be made between two significantly different dev routes that can be headed down. So far other priorities have prevented work in this regard.
fyi - the current node is running against the testnet and so there is no reward for running it.
执行docker run命里就开始运行了
Hello,
I have already running docker on linux machine. I've made port forward to my linux server so now i only need to run additional docker container, but can't find the example of it. Could somebody help me with that?
Thank you.