Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
local/linux: run container in privileged mode
Running systemd service in a container is not very common. We use it for testing, however it has its disadvantages. Some container runtimes prohibit creating UTS namespaces. That leads to a warning: "forwarder.service: ProtectHostname=yes is configured, but UTS namespace setup is prohibited (container manager?), ignoring namespace setup." Giving a container privileged mode fixes this issue.
- Loading branch information