From 3dda136ecc82319fdeba25de0758f1f0e6ad8666 Mon Sep 17 00:00:00 2001 From: murraycadzow Date: Fri, 15 May 2015 10:08:52 +1200 Subject: [PATCH] Update docker_howto.txt made instructions clearer --- docker/docker_howto.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/docker_howto.txt b/docker/docker_howto.txt index 012e844..427bcf9 100644 --- a/docker/docker_howto.txt +++ b/docker/docker_howto.txt @@ -8,6 +8,7 @@ see https://docs.docker.com Build the docker image: +selectionTools/docker is the path to the directory containing the dockerfile $ sudo docker build -t selectiondocker/selectiontools selectionTools/docker/ This should build a docker image based from ubuntu 14.04 and install all pre-requisites and the selection pipeline itself @@ -23,6 +24,7 @@ Your data will be found in /data Test installation: +(logged into the docker image) $ selection_pipeline -h The selection pipeline directory will be located at /selectionTools