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 .
$ ./build-image.sh
$ docker run -it --rm -p 9160:9160 nsys/nsys-demo
Nsys Demo Portal will be available at http://localhost:9160
$ docker run -d -i --name nsys-demo -p 9160:9160 nsys/nsys-demo
$ ./run-image.sh
Content type
Image
Digest
sha256:89efd6d37…
Size
835.4 MB
Last updated
12 months ago
docker pull nsys/nsys-demo