Skip to content

Commit

Permalink
build option should be --rm
Browse files Browse the repository at this point in the history
  • Loading branch information
qiawei committed Nov 30, 2016
1 parent c5946f6 commit bf3da6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh/centos7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copy the sources to your docker host and build the container:

# docker build -rm -t <username>/ssh:centos7 .
# docker build --rm -t <username>/ssh:centos7 .

To run:

Expand Down

0 comments on commit bf3da6a

Please sign in to comment.