From caa7515fa0b59d2d1c654f9b17b4f1d76c34c561 Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Tue, 7 Jun 2022 07:34:49 -0400 Subject: Add `--rm` option to remove the Docker container after running RPM Test. (Unused containers accumulate if you don't --rm.) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3