Update README.md
This commit is contained in:
parent
8e149826c8
commit
67fd5054e5
1 changed files with 6 additions and 1 deletions
|
|
@ -97,9 +97,14 @@ Bumper looks for a number of Environment Variables at initialization allowing fo
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
|
### Docker Hub
|
||||||
|
|
||||||
|
To download the image from Docker Hub you can run the following:
|
||||||
|
`docker pull bmartin5692/bumper`
|
||||||
|
|
||||||
### Docker build
|
### 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 .`
|
`docker build -t bumper .`
|
||||||
|
|
||||||
This requires Docker 17.09 or newer, but has also been tested with podman.
|
This requires Docker 17.09 or newer, but has also been tested with podman.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue