g3doc: fix a title of docker-in-gke-sandbox.md

The heading level 1 is used for an article title.

PiperOrigin-RevId: 604326344
This commit is contained in:
Andrei Vagin
2024-02-05 08:33:31 -08:00
committed by gVisor bot
parent b07b6076cb
commit 10498cb8d4
2 changed files with 3 additions and 3 deletions
@@ -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].
@@ -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: