Sign inSign up

m1vg/test

By m1vg

Updated about 8 years ago

test image for DST2 & DST3 (beta)

Image
0

895

m1vg/test repository overview

To use DST2 and DST3 first download the docker image by executing following command in a terminal window (Mac & Linux):

$ docker pull m1vg/test

To run DST3, execute following commands in a terminal window:

$ docker run -d -p 8888:8888 --mount type=bind,source=$(pwd),target=/Documents/host m1vg/test /bin/bash -c "source /opt/conda/bin/activate ds3 && ipython notebook --ip='*' --port=8888 --no-browser"

then open http://localhost:8888

An example script is provided in the notebook Motif1 located under /examples/

To switch between DST2 and DST3, first stop running containers:

$ docker rm $(docker stop $(docker ps -a -q --filter ancestor=m1vg/test --format="{{.ID}}"))

To run DST2, execute following commands in a terminal window:

$ docker run -d -p 8888:8888 --mount type=bind,source=$(pwd),target=/Documents/host m1vg/test

then open http://localhost:8888

Tag summary

Content type

Image

Digest

Size

1.9 GB

Last updated

about 8 years ago

docker pull m1vg/test