commit 2d2d319287ef29d8f24fe1bbd1cd5a38f2beabe6
parent eb31c6880b20a311724a37a98e5e8d61b970d8a0
Author: Emily Eisenberg <emily@khanacademy.org>
Date: Sat, 30 Aug 2014 22:42:26 -0700
Fix the docker command
Auditors: alpert
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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