Skip to content

Commit

Permalink
Added rm flag to stop containers adding up
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtapsell committed Mar 1, 2018
1 parent 46ead1a commit 8e5eb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ According to [this](https://codegolf.meta.stackexchange.com/a/7011/73772), yes.

To run code in a file called `test.jt`:

cat test.jt | docker run -i jrtapsell/jotlin
cat test.jt | docker run --rm -i jrtapsell/jotlin


## Raw data
Expand Down

0 comments on commit 8e5eb68

Please sign in to comment.