A container running openVistA as well as Jupiyter
To run:
docker run -d -p 8888:8888 ramb0/vistajupyter To run with persistent storage, create a directory i.e. /opt/jupyterdir and then:
docker run -d -p 8888:8888 -v /opt/jupyterdir:/home/jupyter ramb0/vistajupyter Then navigate to the Jupyter browser on http://ip-address-of-docker-server:8888
Enter the password test
Further details:
Content type
Image
Digest
Size
1.2 GB
Last updated
almost 5 years ago
docker pull ramb0/vistajupyter