From 8206188f8bc69e0fd1a8015c58ca551098dc8fc6 Mon Sep 17 00:00:00 2001 From: Lukas Riedel Date: Thu, 2 Nov 2017 14:09:48 +0100 Subject: [PATCH] small fix to Readme: docker image is now v2.5.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 805a7a51..512f943d 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ In the section 'Usage' you will find a list of possible commands. Note that inpu ## Docker Installation - Interactive Setup This setup is intended for advanced users. You will gain access to the DORiE module outside the container, and be able to make changes to the source code. -We have prepared a [DORiE DUNE Environment Image on Dockerhub](https://hub.docker.com/r/dorie/dune-env/), which is a modified image of the Ubuntu OS that has all dependencies readily installed. The current version is 2.5 (referencing the DUNE module version 2.5). We will run a new container from this image and mount some local directory `/dorie` into it by calling +We have prepared a [DORiE DUNE Environment Image on Dockerhub](https://hub.docker.com/r/dorie/dune-env/), which is a modified image of the Ubuntu OS that has all dependencies readily installed. The current version is 2.5.1 (referencing the DUNE module version 2.5). We will run a new container from this image and mount some local directory `/dorie` into it by calling - docker run -v /dorie:/opt/dune/dorie -i -t dorie/dune-env:2.5 /bin/bash + docker run -v /dorie:/opt/dune/dorie -i -t dorie/dune-env:2.5.1 /bin/bash Docker will automatically download the image if necessary. Now you can access the content of the (still empty) folder of the virtual machine from your local `/dorie` directory. *Mounting directories is not possible after your container has been started!* -- GitLab