From 2d2d319287ef29d8f24fe1bbd1cd5a38f2beabe6 Mon Sep 17 00:00:00 2001 From: Emily Eisenberg Date: Sat, 30 Aug 2014 22:42:26 -0700 Subject: [PATCH] Fix the docker command Auditors: alpert --- dockers/MathJaxFonts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockers/MathJaxFonts/README.md b/dockers/MathJaxFonts/README.md index 0ea51fa..454f73b 100644 --- a/dockers/MathJaxFonts/README.md +++ b/dockers/MathJaxFonts/README.md @@ -11,7 +11,7 @@ for this to work). This will build a docker image with the mathjaxfonts tag, which you can then use to run dockers based on them. Then, run a mathjaxfonts docker with - sudo docker run --interactive --tty mathjaxfonts --name mjf /bin/bash + sudo docker run --interactive --tty --name mjf mathjaxfonts /bin/bash We name this docker "mjf" so we can reference it later when we want to copy the files off. (If you get an error about the name being in use, perhaps because you