mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
5 lines
210 B
Docker
5 lines
210 B
Docker
FROM ubuntu:22.04
|
|
RUN apt update && apt install -y ca-certificates && rm -fr /var/cache/apt
|
|
ENTRYPOINT [ "/go/bin/netbird-mgmt","management"]
|
|
CMD ["--log-file", "console"]
|
|
COPY netbird-mgmt /go/bin/netbird-mgmt |