The Nsys Docker Library provides set of images and maintenance scripts for development, deployment, and testing of the Nsys Platform. See the Docker Hub page for the full list of available Docker images for the Nsys Platform and for information regarding contributions and issues.
$ docker build -t nsys/nsys-node .
$ ./build-image.sh
$ docker run -it --rm -p 9080:9080 nsys/nsys-node
Nsys Node Administration will be available at http://localhost:9080
$ docker run -d -i --name nsys-node -p 9080:9080 nsys/nsys-node
$ ./run-image.sh
Content type
Image
Digest
sha256:3a8a3efe3…
Size
569 MB
Last updated
25 days ago
docker pull nsys/nsys-node