summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker/README
Commit message (Collapse)AuthorAgeFilesLines
* docker: ensure that sysvinit and systemd are exclusiveBruce Ashfield2022-08-251-0/+7
The sysvinit functionality conflicts with the docker daemon settings required for the systemd docker.socket. Ensure that the sysvinit capabilities are only enabled if systemd is not present. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>