mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #62 from cloudflare/document-docker
Add a note about official docker images
This commit is contained in:
26
README.md
26
README.md
@@ -67,6 +67,32 @@ variables. Example:
|
||||
|
||||
## Docker
|
||||
|
||||
### Running pre-build docker image
|
||||
|
||||
Official docker images are built and hosted on
|
||||
[hub.docker.com](https://hub.docker.com/r/cloudflare/unsee/).
|
||||
|
||||
Images are built automatically for:
|
||||
|
||||
* release tags in git - `cloudflare/unsee:vX.Y.Z`
|
||||
* master branch commits - `cloudflare/unsee:latest`
|
||||
|
||||
#### Examples
|
||||
|
||||
To start a release image run:
|
||||
|
||||
docker run -e ALERTMANAGER_URI=https://alertmanager.example.com cloudflare/unsee:vX.Y.Z
|
||||
|
||||
Latest release details can be found on
|
||||
[GitHub](https://github.com/cloudflare/unsee/releases).
|
||||
|
||||
To start docker image build from lastet master branch run:
|
||||
|
||||
docker run -e ALERTMANAGER_URI=https://alertmanager.example.com cloudflare/unsee:latest
|
||||
|
||||
Note that latest master branch might have bugs or breaking changes. Using
|
||||
release images is strongly recommended for any production use.
|
||||
|
||||
### Building a Docker image
|
||||
|
||||
make docker-image
|
||||
|
||||
Reference in New Issue
Block a user