pull/4574/merge
Alfonso Montero 2023-06-19 09:58:56 -04:00 committed by GitHub
commit 4b390ccec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,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/tailscale/:/var/lib/tailscale/ -v /dev/net/tun:/dev/net/tun --network=host --privileged tailscale/tailscale tailscaled
# #
# To then log in: # To then log in:
# #