The Upcoin daemon can be run via Docker and creates a viable node immediately:
docker login docker-machine start
Obtain DockerImage: docker pull jlmconsulting/upcoind
docker images docker run -it -d jlmconsulting/upcoind
Access Docker image: ⁃ docker ps ⁃ docker exec -it imageRef bash ⁃ (start daemon) upcoind -daemon ⁃ (add your local IP) upcoind addnode 192.168.. add
Get running IPAddress docker inspect imageRef | grep -w "IPAddress" | awk '{ print $2 }' | head -n 1 | cut -d "," -f1
docker stop imageRef
Copy files to DockerImage: ⁃ docker cp targetfile:des/tin/ation
Additional: docker commit imageRef jlmconsulting/upcoind docker push jlmconsulting/upcoind docker cp targetfile:des/tin/ation docker rmi imageRef
Access Docker Machine: docker-machine ssh
Content type
Image
Digest
Size
66.2 MB
Last updated
almost 9 years ago
docker pull jlmconsulting/upcoind