mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
75acb946cc
As we build a custom Docker image, we need to ensure that systemd correctly detects it's running in a container. One can simply do this directly in a Dockerfile (ENV container docker) or when starting the container (-e container=docker). For the sake of readability, let's pick the latter approach here. |
||
---|---|---|
.. | ||
managers | ||
scripts | ||
tools | ||
.dockerignore | ||
Dockerfile | ||
requirements.txt |