From 10498cb8d4ee34eb8b72a27aca5c4a5c02d91a02 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Mon, 5 Feb 2024 08:29:25 -0800 Subject: [PATCH] g3doc: fix a title of docker-in-gke-sandbox.md The heading level 1 is used for an article title. PiperOrigin-RevId: 604326344 --- g3doc/user_guide/tutorials/docker-in-gke-sandbox.md | 4 ++-- g3doc/user_guide/tutorials/docker-in-gvisor.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/g3doc/user_guide/tutorials/docker-in-gke-sandbox.md b/g3doc/user_guide/tutorials/docker-in-gke-sandbox.md index d28011cbb..891af581e 100644 --- a/g3doc/user_guide/tutorials/docker-in-gke-sandbox.md +++ b/g3doc/user_guide/tutorials/docker-in-gke-sandbox.md @@ -1,4 +1,4 @@ -# Docker in gVisor +# Docker in a GKE sandbox Docker is a platform designed to help developers build, share, and run container applications. @@ -8,7 +8,7 @@ important to note that, currently, only the host network driver is supported. This means that both 'docker run' and 'docker build' commands must be executed with the `--network=host` option. -# How to run Docker in a GKE Sandbox +## How to run Docker in a GKE Sandbox First, install a GKE cluster (1.29.0 or higher) and deploy a node pool with gVisor enabled. You can view the full documentation [here][gke-sandbox-docs]. diff --git a/g3doc/user_guide/tutorials/docker-in-gvisor.md b/g3doc/user_guide/tutorials/docker-in-gvisor.md index e35266e9f..43b6e8121 100644 --- a/g3doc/user_guide/tutorials/docker-in-gvisor.md +++ b/g3doc/user_guide/tutorials/docker-in-gvisor.md @@ -8,7 +8,7 @@ important to note that, currently, only the host network driver is supported. This means that both 'docker run' and 'docker build' commands must be executed with the `--network=host` option. -# How to run Docker in a gVisor container +## How to run Docker in a gVisor container First, prepare a container image with pre-installed Docker: