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