mirror of
https://github.com/netbirdio/netbird.git
synced 2025-02-23 21:51:48 +01:00
* debug image and use wiretrustee/management repository * Update documentation and docker-compose to include management * improve documentation and add debug image build * update docker-compose section with management service notes. * fix broken doc link
3 lines
113 B
Docker
3 lines
113 B
Docker
FROM gcr.io/distroless/base
|
|
ENTRYPOINT [ "/go/bin/wiretrustee","management"]
|
|
COPY wiretrustee /go/bin/wiretrustee |