Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 369 Bytes

buildingdockerimage.md

File metadata and controls

12 lines (9 loc) · 369 Bytes

Building a Docker image

To create a Docker image from this package, run the following Docker command from within the unzipped Gopherciser package:

docker build . -t qlik/gopherciser:$(cat version)

The Prometheus metrics port can be overridden with the PORT argument:

docker build . -t qlik/gopherciser:$(cat version) --build-arg PORT=9191