Skip to content

Commit

Permalink
Adds --rm to the docker commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
julman99 authored May 19, 2017
1 parent d7df1c8 commit 9e62bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ eatmemory 4G
through the build process

```
$ docker run -d --name hungry_container julman99/eatmemory 128M
$ docker run -d --rm --name hungry_container julman99/eatmemory 128M
```

Check the memory consumption of the container:
Expand Down

0 comments on commit 9e62bd4

Please sign in to comment.