Dockerfile: Update command to run tailscaled agent

Fixes DOCS-863

Signed-off-by: Walter Poupore <walterp@tailscale.com>
This commit is contained in:
Walter Poupore 2024-12-04 12:44:15 -08:00
parent 74069774be
commit 87952198c0

View File

@ -16,7 +16,7 @@
# #
# To run the tailscaled agent: # To run the tailscaled agent:
# #
# $ docker run -d --name=tailscaled -v /var/lib:/var/lib -v /dev/net/tun:/dev/net/tun --network=host --privileged tailscale/tailscale tailscaled # $ docker run -d --name=tailscaled -v /var/lib:/var/lib --device /dev/net/tun:/dev/net/tun --network=host --cap-add=NET_ADMIN --cap-add=NET_RAW tailscale/tailscale
# #
# To then log in: # To then log in:
# #