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

As of today, Sysbox requires user-intervention to restart system containers upon any of the Sysbox active components (sysbox-fs and sysbox-mgr) being restarted. At high-level, this requirement is a consequence of...

Epic

Several users have requested support for allowing the creation of [TUN/TAP devices](https://www.kernel.org/doc/Documentation/networking/tuntap.txt) inside a Sysbox container. This currently does not work as the Linux kernel does not allow `mknod` inside...

enhancement

First, thank you for bringing us Sysbox. ### Description of the problem: We are trying to test some glusterfs configuration using the following: - Running 2 containers (from debian:bullseye), clientA...

bug

Hi Rodny, we noticed a CrashLoopBackOff issue with the rke2-ingress-nginx-controller-xxxxx pod after labelling a new Ubuntu 20.04 node with sysbox-install=yes for the first time (sysbox-ee:0.4.1 + RKE2 v1.21.10+rke2r2 + Longhorn...

bug

Hi guys, I've tried to install CRI-O and sysbox without the use of daemonset installation because it's not viable for us to have such installation method and I was unable...

question

I have no idea where the `/usr/local/bin/kubelet-config-helper.sh` file comes from (can't find it via searches in nestybox organization?), but it contains this little gem: ``` # Let's look first at...

bug

With runc this does not happen: ``` docker run -it --rm --runtime runc --privileged --userns host docker:dind ``` With sysbox the core dump is created in /core within the container:...

bug

The variable docker_userns_remap_autoconfig controls only one option that is changed in the docker daemon.json. For automated deployments like puppet does it would be great to have a debconf variable that...

enhancement

## Steps to reproduce In a typical Linux graphical environment, you can open a GUI application to run in a Docker container by forwarding a few files and environment variables...

bug

Hi Given the test suite, it's possible to launch swarm services in a docker swarm inside a sysbox system container but services on the same networks can't communicate with each...

bug