Update resource_constraints.md

Block IO is not configurable, the current documentation suggests that it is on line 12.
This commit is contained in:
Kavika Tavui 2018-09-20 09:41:53 -07:00 committed by GitHub
parent 58c86138b1
commit 6699ef8acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ keywords: "docker, daemon, configuration"
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
given resource as the host's kernel scheduler allows. Docker provides ways 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 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. on when you should set such limits and the possible implications of setting them.