Update mgmt binary name and config doc (#75)

* using wiretrustee-mgmt for binary name

* using wiretrustee-mgmt

* updated documentation and compose files to use config.json
This commit is contained in:
Maycon Santos
2021-07-31 12:33:04 +02:00
committed by GitHub
parent f51a79d3b3
commit ea99def502
7 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
FROM gcr.io/distroless/base:debug
ENTRYPOINT [ "/go/bin/wiretrustee","management","--log-level","debug"]
COPY wiretrustee /go/bin/wiretrustee
ENTRYPOINT [ "/go/bin/wiretrustee-mgmt","management","--log-level","debug"]
COPY wiretrustee-mgmt /go/bin/wiretrustee-mgmt