mirror of https://github.com/docker/docs.git
Runtime page rename (#9439)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
This commit is contained in:
parent
3302d5283e
commit
350ec935e7
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue