https://github.com/karellen/karellen-sysbox
COPR repository for Karellen Sysbox
https://github.com/karellen/karellen-sysbox
containers docker runc runtime sysbox
Last synced: 4 months ago
JSON representation
COPR repository for Karellen Sysbox
- Host: GitHub
- URL: https://github.com/karellen/karellen-sysbox
- Owner: karellen
- License: apache-2.0
- Created: 2023-04-19T20:49:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-31T00:48:42.000Z (5 months ago)
- Last Synced: 2026-01-31T12:08:50.036Z (5 months ago)
- Topics: containers, docker, runc, runtime, sysbox
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Karellen Sysbox
Karellen spin on the Nestybox/Docker Sysbox, packaged for use with Fedora 36+
This project is NOT endorsed by or affiliated with Nestybox/Docker and is NOT supported by them.
## Installation Instructions
```bash
dnf copr enable karellen/karellen-sysbox
dnf install karellen-sysbox
```
Depending on whether you're using `moby-engine` or `docker-ce` either `/etc/sysconfig/docker` or `/etc/docker/daemon.json`
have to be modified respectively, using configuration available in `/etc/sysconfig/docker-karellen-sysbox` or
`/etc/docker/daemon-karellen-sysbox.json` respectively.
Restart docker daemon (`systemctl restart docker`) after configuration changes.