sysbox icon indicating copy to clipboard operation
sysbox copied to clipboard

An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.

Results 212 sysbox issues
Sort by recently updated
recently updated
newest added

Because of the docker subscription changes: https://www.docker.com/pricing/november-2024-subscription-changes/ Can you please provide an option to set custom docker registry mirrors? This would significantly lower the amount of pull requests against hub.docker.com/docker.io:...

enhancement

Please add kubernetes 1.30 support

Hi, For testing I tried to use this manual [github manual](https://github.com/nestybox/sysbox/blob/master/docs/quickstart/kind.mdl) When I ran command "docker run --runtime=sysbox-runc -d --rm --name=k8s-master --hostname=k8s-master nestybox/k8s-node:v1.18.2" got issue: `root@dwarf:~# docker run --runtime=sysbox-runc -d...

question

Hi @ctalledo, I am trying to get `chattr +i filename` working in a sysbox pod with the following definition: ``` apiVersion: v1 kind: Pod metadata: name: aidan-test-some-things annotations: io.kubernetes.cri-o.userns-mode: "auto:size=65536"...

bug

We have the issue, that root users of a sysbox enabled container can store large files in the root (/) directory (or self-created new sub-directories) of the container. This can...

### Description: We have observed that many temporary directories are being created in the root directory with names following the pattern `.sysbox-sysfs-`. This is causing clutter and potential confusion. ###...

Per @geniass, sysbox-deploy-k8s does not work on Ubuntu 24.04: ``` ERROR: Sysbox is not supported on this host's distro (ubuntu-24.04). ``` Thus, we need to update the sysbox-deploy-k8s daemonset to...

Please add support for k8s v1.33

Task

@ctalledo Docker Release 28.5.2, with following changes on sysbox runtime version v0.6.7 on Ubuntu 24.04 now get following errors, during docker buildx build Packaging updates Update BuildKit to v0.25.2. moby/moby#51398...

Hey there, I really appreciate Sysbox! It is a great tool and fills a huge gap in terms of container isolation. With that being said, it worries me a little...