-
In my case:
On Debian trixie, i build a minimal Oracle Linux 9 distribution in a container.
```shell
dnf install oraclelinux-release-el9 dnf \
--releasever=9 --nodocs -4 --assumeyes \
--ins…
-
## Issue description
So this just occurred to me: Why do we use VMs to run NixOS tests when we could (in theory) start ourself a systemd with NixOS inside of a namespace? nixos-containers via syste…
Atemu updated
1 month ago
-
Hello, I really like your program. It works very well on Plasma 6 Wayland, but I'm interested in using it in conjunction with my active Network Namespace (netns). Is it possible? I understand that `eg…
-
Hey, many thanks for your work on this project! I's really helpful and improves systemd-nspawn usability quite a bunch :-)
I'd like to submit a feature request for adding some information regarding…
-
I found I had to wrap `aur build` in`chmod 646 /build/aur.db.tar.gz` with an AUR repo not under HOME. It seems pacman changes the owner and permissions to `root:root 644` on the `aur.db.tar.gz` each t…
-
### Is this feature request related to a problem? If so, please describe it.
I would like to run peridot on a single many-core Rocky system (e.g. EPYC Bergamo) without much hassle: boot, SSH in, ru…
-
**Describe the bug**
Importing `github.com/awnumar/memguard` causes a panic when run in a systemd-nspawn container.
**To Reproduce**
go.mod:
```go
module test
go 1.19
require github.c…
-
### Component
systemd-nspawn
### Is your feature request related to a problem? Please describe
It is currently not possible to run podman containers inside systemd-nspawn. Attempting to do so…
-
there is no support for systemd-nspawn and runc containers
-
I am trying to run runc into a systemd-nspawn container. But I get errors because cgroup read-only filesystems. The problem is that the flag --systemd-cgroup is not getting the correct cgroup (the rw …