Sign inSign up

mseve/prism

By mseve

Updated over 6 years ago

Image
1

1.2K

mseve/prism repository overview

docker-prism

Docker image for the PRISM stochastic model checker. A binary image can be downloaded from the Docker Hub with the following command:

docker pull mseve/prism

The PRISM graphical interface can be loaded by running

docker run -e DISPLAY \
  -v /tmp/.X11-unix:/tmp/.X11-unix \
  -v $HOME/.Xauthority:/home/prism/.Xauthority \
  --net=host
  -i -t mseve/prism \
  xprism

To work with the PRISM command line interface, simply load a new container

docker run -i -t mseve/prism

and then run command prism --help.

Tag summary

Content type

Image

Digest

sha256:d8a473211

Size

447.4 MB

Last updated

over 6 years ago

docker pull mseve/prism