mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(docs): update docker repository locations
This commit is contained in:
committed by
Łukasz Mierzwa
parent
b6a993f6b7
commit
d365cb79c8
@@ -128,14 +128,14 @@ Images are built automatically for:
|
||||
|
||||
To start a release image run:
|
||||
|
||||
docker run -e ALERTMANAGER_URI=https://alertmanager.example.com prymitive/karma:vX.Y.Z
|
||||
docker run -e ALERTMANAGER_URI=https://alertmanager.example.com lmierzwa/karma:vX.Y.Z
|
||||
|
||||
Latest release details can be found on
|
||||
[GitHub](https://github.com/prymitive/karma/releases).
|
||||
|
||||
To start docker image build from lastet master branch run:
|
||||
|
||||
docker run -e ALERTMANAGER_URI=https://alertmanager.example.com prymitive/karma:latest
|
||||
docker run -e ALERTMANAGER_URI=https://alertmanager.example.com lmierzwa/karma:latest
|
||||
|
||||
Note that latest master branch might have bugs or breaking changes. Using
|
||||
release images is strongly recommended for any production use.
|
||||
|
||||
Reference in New Issue
Block a user