mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* docker: disable driver when running as non-root on cgroups v2 hosts This PR modifies the docker driver to behave like exec when being run as a non-root user on a host machine with cgroups v2 enabled. Because of how cpu resources are managed by the Nomad client, the nomad agent must be run as root to manage docker-created cgroups. * cl: update cl
4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
```release-note:bug
|
|
docker: disable driver when running as non-root on cgv2 hosts
|
|
```
|