Skip to content

curupo/nis-docker

Repository files navigation

NIS Docker

Customized Docker files provided by the core team.

To participate in the Supernode Program, please see below.

Prerequisites

Docker installation is required.

Installation

Clone this repository:

$ git clone https://github.com/curupo/nis-docker.git
$ cd nis-docker

How to run

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

How to stop

Stops a running container:

$ ./nis_stop.sh
$ ./servant_stop.sh

Rremove the container you created:

$ ./nis_destroy.sh
$ ./servant_destroy.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published