1
0
Fork 0

avoid --cgroup-parent

This commit is contained in:
Wonderfall 2022-04-03 02:33:14 +02:00
parent 4749183c57
commit 762f11f88d
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@ Use cgroups to restrict access to hardware and system resources. You likely don'
More runtime options can be found in [the official documentation](https://docs.docker.com/config/containers/resource_constraints/). All of them should have a [Compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md) equivalent. More runtime options can be found in [the official documentation](https://docs.docker.com/config/containers/resource_constraints/). All of them should have a [Compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md) equivalent.
The `--cgroup-parent` option should be avoided as it uses the host cgroup and not the one configured from Docker (or else), which is the default.
### Read-only filesystem ### Read-only filesystem
It is good practice to treat the image as some refer to as the "golden image". It is good practice to treat the image as some refer to as the "golden image".