mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
ea99def502
* using wiretrustee-mgmt for binary name * using wiretrustee-mgmt * updated documentation and compose files to use config.json
3 lines
156 B
Docker
3 lines
156 B
Docker
FROM gcr.io/distroless/base:debug
|
|
ENTRYPOINT [ "/go/bin/wiretrustee-mgmt","management","--log-level","debug"]
|
|
COPY wiretrustee-mgmt /go/bin/wiretrustee-mgmt |