Skip to content

Commit

Permalink
added docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nilesh-tawari committed Nov 2, 2017
1 parent 0bc6713 commit 9d9d2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Alternatively, ChronQC can also be used as `Docker <https://hub.docker.com/r/nil
docker pull nileshtawari/chronqc:chronqc_1.0.3
#Run docker
docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix chronqc_1.0.3
docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix nileshtawari/chronqc:chronqc_1.0.3
#Test ChronQC using example data
cd /home/ChronQC
Expand Down
2 changes: 1 addition & 1 deletion docs/chronqc_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Alternatively, ChronQC can also be used as `Docker <https://hub.docker.com/r/nil
docker pull nileshtawari/chronqc:chronqc_1.0.3
#Run docker
docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix chronqc_1.0.3
docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix nileshtawari/chronqc:chronqc_1.0.3
#Test ChronQC using example data
cd /home/ChronQC
Expand Down

0 comments on commit 9d9d2b0

Please sign in to comment.