https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26363 --- Comment #25 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #24)
(In reply to David Cook from comment #8)
Except that won't work because koha-testing-docker is a Docker container without the systemd init system.
Actually, if we start the docker container as a privileged container, we should be able to launch using /lib/systemd/systemd but then we'd need to change the koha-testing-docker command but that would also be a hassle.
Note that I've never actually used systemd in a Docker container except for when using Red Hat's ubi8 ubi-init image: https://catalog.redhat.com/software/containers/ubi8/ubi-init/5c359b97d70cc53... There's more interesting reading here about trying to run systemd without a privileged container: https://developers.redhat.com/blog/2016/09/13/running-systemd-in-a-non-privi... -- You are receiving this mail because: You are watching all bug changes.