mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-09 06:50:20 +01:00
* 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 |