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