-
Notifications
You must be signed in to change notification settings - Fork 9
Home
All practicals in this workshop can be ran in the following docker instance. https://hub.docker.com/r/trinityctat/2018_bern . The easiest way to use this container is to install Docker on your machine and pull the instance with the command docker pull trinityctat/2018_bern:latest
Data can be found Here . You will need to uncompress it to use it in the practicals.
To start the docker instance you have to map the image to your browser. Here is an example command; after this command go in your browser and access http://localhost:10000 (user and password are both "training").
docker run --rm -ti -v /path/local/data/bern_sc_workshop_2018:/home/training -p 10000:8787 trinityctat/2018_bern:latest
For more detail please click on links or go to this repo's wiki.