summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRich Brown <[email protected]>2022-06-07 07:34:49 -0400
committerRich Brown <[email protected]>2022-06-07 07:34:49 -0400
commitcaa7515fa0b59d2d1c654f9b17b4f1d76c34c561 (patch)
tree8d62e15a9a25a64abd73af70b098a0d5d51b6a27 /Dockerfile
parent57d2b71770fd12e5c1e85cfe334f4a1e50b9725b (diff)
Add `--rm` option to remove the Docker container after running RPM Test.
(Unused containers accumulate if you don't --rm.)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 99571f5..64f3c95 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
# Build with: docker build -t goresp .
-# Run with: docker run goresp
+# Run with: docker run --rm goresp
FROM golang:1.18.3-alpine3.16