Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ntkme/systemd-podman
- Owner: ntkme
- License: mit
- Created: 2021-01-29T04:45:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T15:25:14.000Z (4 months ago)
- Last Synced: 2024-06-26T18:59:21.504Z (4 months ago)
- Topics: cni-plugins, container, crun, docker, podman, runc, systemd
- Language: Dockerfile
- Homepage: https://ghcr.io/ntkme/systemd-podman
- Size: 35.2 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```