From 350ec935e72b16be7e512842f38e6a522b12c45d Mon Sep 17 00:00:00 2001 From: Adrian Plata <51415348+adrian-plata@users.noreply.github.com> Date: Thu, 12 Sep 2019 14:27:28 -0700 Subject: [PATCH] Runtime page rename (#9439) Signed-off-by: Adrian Plata --- _data/toc.yaml | 2 +- config/containers/resource_constraints.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 3d150f5cdb..5363352dbd 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -285,7 +285,7 @@ guides: - path: /config/containers/runmetrics/ title: Container runtime metrics - path: /config/containers/resource_constraints/ - title: Limit a container's resources + title: Runtime options with Memory, CPUs, and GPUs - path: /config/labels-custom-metadata/ title: Apply custom metadata to containers nosync: true diff --git a/config/containers/resource_constraints.md b/config/containers/resource_constraints.md index d9ebe1ee25..48c55df40a 100644 --- a/config/containers/resource_constraints.md +++ b/config/containers/resource_constraints.md @@ -2,9 +2,9 @@ redirect_from: - /engine/articles/systemd/ - /engine/admin/resource_constraints/ -title: "Specify a container's resources" -description: "Specify the system resources a container can use" -keywords: "docker, daemon, configuration" +title: "Runtime options with Memory, CPUs, and GPUs" +description: "Specify the runtime options for a container" +keywords: "docker, daemon, configuration, runtime" --- By default, a container has no resource constraints and can use as much of a