mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
5 lines
170 B
Docker
5 lines
170 B
Docker
FROM alpine:3.18.5
|
|
RUN apk add --no-cache ca-certificates iptables ip6tables
|
|
ENV NB_FOREGROUND_MODE=true
|
|
ENTRYPOINT [ "/go/bin/netbird","up"]
|
|
COPY netbird /go/bin/netbird |