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-docker
The 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.sh
Start the docker container:
$ ./nis_start.sh
Start the Supernode Program monitoring tool:
$ ./servant_build.sh
Start the docker container:
$ ./servant_start.sh
Stops a running container:
$ ./nis_stop.sh
$ ./servant_stop.sh
Rremove the container you created:
$ ./nis_destroy.sh
$ ./servant_destroy.sh