Dockerfile, build_docker: change Docker warning
Signed-off-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com>pull/3057/head
parent
9c3ae750da
commit
525f15bf81
14
Dockerfile
14
Dockerfile
|
@ -4,17 +4,11 @@
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
#
|
#
|
||||||
# WARNING: Tailscale is not yet officially supported in Docker,
|
# WARNING: Tailscale is not yet officially supported in container
|
||||||
# Kubernetes, etc.
|
# environments, such as Docker and Kubernetes. Though it should work, we
|
||||||
|
# don't regularly test it, and we know there are some feature limitations.
|
||||||
#
|
#
|
||||||
# It might work, but we don't regularly test it, and it's not as polished as
|
# See current bugs tagged "containers":
|
||||||
# our currently supported platforms. This is provided for people who know
|
|
||||||
# how Tailscale works and what they're doing.
|
|
||||||
#
|
|
||||||
# Our tracking bug for officially support container use cases is:
|
|
||||||
# https://github.com/tailscale/tailscale/issues/504
|
|
||||||
#
|
|
||||||
# Also, see the various bugs tagged "containers":
|
|
||||||
# https://github.com/tailscale/tailscale/labels/containers
|
# https://github.com/tailscale/tailscale/labels/containers
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
|
@ -8,17 +8,11 @@
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
#
|
#
|
||||||
# WARNING: Tailscale is not yet officially supported in Docker,
|
# WARNING: Tailscale is not yet officially supported in container
|
||||||
# Kubernetes, etc.
|
# environments, such as Docker and Kubernetes. Though it should work, we
|
||||||
|
# don't regularly test it, and we know there are some feature limitations.
|
||||||
#
|
#
|
||||||
# It might work, but we don't regularly test it, and it's not as polished as
|
# See current bugs tagged "containers":
|
||||||
# our currently supported platforms. This is provided for people who know
|
|
||||||
# how Tailscale works and what they're doing.
|
|
||||||
#
|
|
||||||
# Our tracking bug for officially support container use cases is:
|
|
||||||
# https://github.com/tailscale/tailscale/issues/504
|
|
||||||
#
|
|
||||||
# Also, see the various bugs tagged "containers":
|
|
||||||
# https://github.com/tailscale/tailscale/labels/containers
|
# https://github.com/tailscale/tailscale/labels/containers
|
||||||
#
|
#
|
||||||
############################################################################
|
############################################################################
|
||||||
|
|
Loading…
Reference in New Issue