From 41092e8fa6d3c15bfb3f5ad74703e2a3d579b507 Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Fri, 12 Feb 2016 10:12:19 +0000 Subject: [PATCH] Rename image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e415ac6..7ad04aa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Lightweight development environment for testing the Bio-Formats Octave package ## Usage ``` -$ docker run --rm -it -v $(pwd):/source openmicroscopy/bfoctave +$ docker run --rm -it -v $(pwd):/source openmicroscopy/octave ``` Mount your local source folder to the container and run it inside the container.