Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntkme/systemd-podman

:whale: Containerized systemd for running nested podman containers.
https://github.com/ntkme/systemd-podman

cni-plugins container crun docker podman runc systemd

Last synced: 10 days ago
JSON representation

:whale: Containerized systemd for running nested podman containers.

Awesome Lists containing this project

README

        

# systemd-podman

``` sh
podman run -d \
--privileged \
--volume /sys/fs/cgroup:/sys/fs/cgroup:ro \
--volume /mnt/data/etc/systemd/system:/etc/systemd/system:rw \
--volume /mnt/data/var/lib/containers:/var/lib/containers:Z \
ghcr.io/ntkme/systemd-podman:edge
```