Dockerfile: narrow host's mount directory scope

pull/4574/head
Alfonso Montero 2022-04-29 16:40:43 +00:00 committed by GitHub
parent deb56f276e
commit 27a0613440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,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:
# #