Customized Docker files provided by the core team.
To participate in the Supernode Program, please see below.
Docker installation is required.
Clone this repository:
$ git clone https://github.com/curupo/nis-docker.git
$ cd nis-dockerThe required values must be set. See the documentation for details:
$ vi ./docker/nis/config-user.properties
If you are participating in the Supernode Program, you will also need the following:
$ vi ./.docker/servant/servant.config.properties
Build the docker container:
$ ./nis_build.shStart the docker container:
$ ./nis_start.shStart the Supernode Program monitoring tool:
$ ./servant_build.shStart the docker container:
$ ./servant_start.shStops a running container:
$ ./nis_stop.sh
$ ./servant_stop.shRremove the container you created:
$ ./nis_destroy.sh
$ ./servant_destroy.sh