New version of nem-docker

nem-docker is now running NIS with supervisord, which eases control of the process from outside the container thanks to the helper scripts provided. All info in the README at https://github.com/rb2nem/nem-docker

Using supervisord also eases the log rotation. With previous versions, logs could accumulate indefinitely in the docker container’s log file.

When the container is started, it runs NIS by default, but the user can easily stop NIS and start NCC with

./service.sh stop nis ./service.sh start ncc

I hope this is helpful to run some more nodes, now that the nem node reward is nearing completion!

4 Likes

https://docs.docker.com/windows/started/

Here is some more information about Docker