diff --git a/config/containers/resource_constraints.md b/config/containers/resource_constraints.md index 2ebb2590f9..849283ed8f 100644 --- a/config/containers/resource_constraints.md +++ b/config/containers/resource_constraints.md @@ -9,7 +9,7 @@ keywords: "docker, daemon, configuration" By default, a container has no resource constraints and can use as much of a given resource as the host's kernel scheduler allows. Docker provides ways -to control how much memory, CPU, or block IO a container can use, setting runtime +to control how much memory, or CPU a container can use, setting runtime configuration flags of the `docker run` command. This section provides details on when you should set such limits and the possible implications of setting them.