Runtime page rename (#9439)

Signed-off-by: Adrian Plata <adrian.plata@docker.com>
This commit is contained in:
Adrian Plata 2019-09-12 14:27:28 -07:00 committed by GitHub
parent 3302d5283e
commit 350ec935e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -285,7 +285,7 @@ guides:
- path: /config/containers/runmetrics/ - path: /config/containers/runmetrics/
title: Container runtime metrics title: Container runtime metrics
- path: /config/containers/resource_constraints/ - path: /config/containers/resource_constraints/
title: Limit a container's resources title: Runtime options with Memory, CPUs, and GPUs
- path: /config/labels-custom-metadata/ - path: /config/labels-custom-metadata/
title: Apply custom metadata to containers title: Apply custom metadata to containers
nosync: true nosync: true

View File

@ -2,9 +2,9 @@
redirect_from: redirect_from:
- /engine/articles/systemd/ - /engine/articles/systemd/
- /engine/admin/resource_constraints/ - /engine/admin/resource_constraints/
title: "Specify a container's resources" title: "Runtime options with Memory, CPUs, and GPUs"
description: "Specify the system resources a container can use" description: "Specify the runtime options for a container"
keywords: "docker, daemon, configuration" keywords: "docker, daemon, configuration, runtime"
--- ---
By default, a container has no resource constraints and can use as much of a By default, a container has no resource constraints and can use as much of a