Dachs dockerfile has the line:
RUN sed -i 's/exit 101/exit 0/' /usr/sbin/policy-rc.d
to avoid services auto-start after install.
See:
This is a popular solution in the realm of docker. At least, it used to be.
It causes no harm, but -- being a "hack" as it is -- causes some eyebrow moves.
This issue is a placeholder for further investigation/discussion on its existence and possible future removal.
Dachs dockerfile has the line:
to avoid services auto-start after install.
See:
This is a popular solution in the realm of docker. At least, it used to be.
It causes no harm, but -- being a "hack" as it is -- causes some eyebrow moves.
This issue is a placeholder for further investigation/discussion on its existence and possible future removal.