sysbox
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.
We're using calico with docker (libnetwork-plugin) and every hw node has a local dnsmasq to proxy and cache DNS requests. So our docker configuration points the dns of every container...
The integration testcase displayed further below fails when executed as part of the `test-shell-systemd` makefile target. With the proper adjustments, problem can be also reproduced in slightly similar setups (see...
Sysbox is currently only supported in Ubuntu distribution. Our goal is to make Sysbox a distro-agnostic runtime, but for that to happen these distributions must be capable of running relatively-recent...
The goal here is to allow Sysbox to run podman inside a system container. Refer to this podman [issue](https://github.com/containers/podman/issues/4131) for details about the use-case. After analyzing the issue and making...
It would be very useful if there were a way to install `sysbox` on [k3OS](https://github.com/rancher/k3os). k3OS uses the Ubuntu's LTS kernel, which is 5.4 currently. However, it does not have...
The goal here is to allow [KinD](https://github.com/kubernetes-sigs/kind) tool to be able to create K8s clusters running over Sysbox containers. Sysbox would offer the following benefits over KinD's default runtime (runc):...
Playing around with Vagrant, I was easily able to create a container using the Docker provider + Sysbox. Here is the Vagrant file: ``` 1 │ # encoding: utf-8 2...
Basically after we install sysbox, we don't get any systemd file copied to manage sysbox directly from `systemctl` maybe you can add this to `Makefile` or give it the systemd...
I have detected a suspicious behavior around CIFS shares: I used portainer UI to create the volume with the following options: ``` type: cifs device: //127.0.0.1/dev/legacy o: username=dev,password=dev,vers=3.1.1,uid=1000,gid=1000,cifsacl,mfsymlinks,cache=none ``` but...
After installing Sysbox on Ubuntu focal either from package release or from source code, I cannot run a container with `sysbox-runc`, I always have the same error: ``` $ docker...