mirror of https://github.com/docker/docs.git
Update resource_constraints.md
Block IO is not configurable, the current documentation suggests that it is on line 12.
This commit is contained in:
parent
58c86138b1
commit
6699ef8acf
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue