From 1ac14d7216f76ca419b5ae9c899cac0e5a57830d Mon Sep 17 00:00:00 2001 From: Cameron Stokes Date: Wed, 17 Jul 2024 10:30:15 -0700 Subject: [PATCH] Dockerfile: remove warning (#12841) Fixes tailscale/tailscale#12842 Signed-off-by: Cameron Stokes --- Dockerfile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8534563f6..c22690719 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,17 +1,6 @@ # Copyright (c) Tailscale Inc & AUTHORS # SPDX-License-Identifier: BSD-3-Clause -############################################################################ -# -# WARNING: Tailscale is not yet officially supported in container -# environments, such as Docker and Kubernetes. Though it should work, we -# don't regularly test it, and we know there are some feature limitations. -# -# See current bugs tagged "containers": -# https://github.com/tailscale/tailscale/labels/containers -# -############################################################################ - # This Dockerfile includes all the tailscale binaries. # # To build the Dockerfile: