Skip to content

Commit 654662b

Browse files
committed
Improve docker instructions.
1 parent 5e8b845 commit 654662b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/artifact.tex

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,13 @@ \section{Building artifact}
8383
on Fedorah 22 and Mac OSX 10.11. To run the editor locally,
8484
after building open the file \verb|artifact/index.html| in a browser.
8585

86-
\paragraph{Docker} With Docker (tested with 17.03.1-ce), you can build and
87-
run the test suite by running
88-
\verb|docker build -t paramblame .|
89-
and then, once that finishes, \verb|docker run paramblame|, which will run the test
86+
\paragraph{Docker} With Docker (tested with 17.03.1-ce),
87+
load the attached image by running the command
88+
\verb|docker load -i paramblame.tar| from the directory containing the tar file. Alternately,
89+
you can build from the GitHub source by running
90+
\verb|docker build -t paramblame .| in the paramblame directory.
91+
Either way, once you have set up the docker image,
92+
\verb|docker run paramblame| will run the test
9093
suite. If you'd like to run the editor locally, you must copy the
9194
javascript out of the docker image with
9295

0 commit comments

Comments
 (0)