See github dataset project https://github.com/mantidproject/dataset
963
Follow the instructions here to install Docker CE on your system.
Add your user to the docker group (to avoid having to use sudo
with Docker commands, note you'll have to logout and back in for
these changes to take effect):
sudo usermod -aG docker $(whoami)
If the Docker daemon is not running by default you may need to enable (and manually start) it:
sudo systemctl enable docker
sudo systemctl start docker
From the directory containing Dockerfile launch:
docker build --tag dataset .
docker run -p 8888:8888 dataset
docker run -p $(docker-machine ip $(docker-machine active)):8888:8888 dataset
ip = 127.0.0.1
ip = docker-machine ip $(docker-machine active)
In your browser type:
<ip>:8888
In the home folder there is a notebook update_examples which can be
used for loading the "fresh" examples from github by executing it:
open the notebook; press shift+enter.
Examples are located in work/examples.
Content type
Image
Digest
Size
2.8 GB
Last updated
over 7 years ago
docker pull dmscid/dataset