I am successfully using centos:7 with systemd, but if I remove all the unit files per the example then systemd appears to be unable to start sshd (including the classic error "Failed to get D-Bus connection: operation not permitted." and on restart even when the service has been enabled)
The example should remove fewer unit files. Do we need to keep dbus? I proceeded by removing no unit files.
I am successfully using centos:7 with systemd, but if I remove all the unit files per the example then systemd appears to be unable to start sshd (including the classic error "Failed to get D-Bus connection: operation not permitted." and on restart even when the service has been enabled)
The example should remove fewer unit files. Do we need to keep dbus? I proceeded by removing no unit files.
https://github.com/docker-library/docs/blob/master/centos/README.md#dockerfile-for-systemd-base-image
https://github.com/dholth/vagrant-docker/blob/master/Dockerfile#L8-L16