Commit b7a23c4d authored by padmick's avatar padmick Committed by Stefan Westerfeld

Update README.adoc: rm docker container when done

parent fc7917fd
......@@ -574,4 +574,4 @@ You should be able to execute `audiowmark` via Docker.
Example that outputs the usage message:
docker build -t audiowmark .
docker run -v <local-data-directory>:/data -it audiowmark -h
docker run -v <local-data-directory>:/data --rm -it audiowmark -h
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment