LewisGaul / systemd-containers

Tests demonstrating what does/doesn't work when trying to run systemd inside a container
1 stars 0 forks source link

Improvements #2

Closed darkdragon-001 closed 1 week ago

darkdragon-001 commented 1 month ago

I collected a few improvements for things I had to fix before I was able to run the tests.

Unfortunately with an Ubuntu 24.04 host and container, only tests using --privileged succeed, the ones without are all failing now.

Edit: I noticed that I could get rid of some errors when removing the SYS_ADMIN capability.