You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,17 @@ TimeoutStopSec=15
134
134
WantedBy=multi-user.target
135
135
```
136
136
137
+
Known issues
138
+
============
139
+
140
+
### Inconsistent cgroup
141
+
CentOS 7 is inconsistent in the way it handles some cgroups.
142
+
It has `3:cpuacct,cpu:/user.slice` in `/proc/[pid]/cgroups` which is inconsistent with the cgroup path `/sys/fs/cgroup/cpu,cpuacct/` that systemd-docker is trying to move pids to.
143
+
144
+
This will cause `systemd-docker` to fail unless run with`systemd-docker --cgroups name=systemd run`
145
+
146
+
See https://github.com/ibuildthecloud/systemd-docker/issues/15 for details.
147
+
137
148
License
138
149
-------
139
150
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
0 commit comments