From 67fd5054e59eb9dc47ea2bd1626828c1d84e60c1 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Sat, 15 Jun 2019 01:31:06 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d88b49d..7a85e4b 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,14 @@ Bumper looks for a number of Environment Variables at initialization allowing fo ## Docker +### Docker Hub + +To download the image from Docker Hub you can run the following: +`docker pull bmartin5692/bumper` + ### Docker build -To build the docker image you can run the following: +To build the docker image yourself you can run the following: `docker build -t bumper .` This requires Docker 17.09 or newer, but has also been tested with podman.