Cesar Talledo
Cesar Talledo
Hi @stijndehaes, Sysbox does not support checkpoint / restore yet (see [Limitations](https://github.com/nestybox/sysbox/blob/master/docs/user-guide/limitations.md#sysbox-functional-limitations)). It can be achieved, but it's a heavy lift engineering wise because Sysbox holds more container state than...
Thanks @stijndehaes for the insight. > The alternative I am currently exploring is taking creating a tarball from the file system of the container. That can be a bit tricky...
Hi @rahul-mereddy , just tried installing Sysbox on GKE 1.26 (`1.26.15-gke.1191000`) and it worked fine. Closing this. If you see otherwise please re-open. Thanks!
Hi @dmitryroshchin, no not yet. ETA next 1->2 weeks.
Hi @tanwar57, Sorry, just replied to your question in [issue #618](https://github.com/nestybox/sysbox/issues/618#issuecomment-1945381951) where you had asked this same question. Let's use this new issue though, since more specific to your problem....
Hi @zt52875287, Thanks for giving Sysbox a shot. What's your setup? Sounds like it's podman + CRI-O + sysbox, and somehow podman is not recognizing Sysbox? To be honest, while...
Hi @raphaelfff, Happy to help, though you should also reach out to Coder. > we have a mount for docker backed by a PVC, sometimes when a pod restarts, /var/lib/docker...
Hi @dimikot, Thanks for giving Sysbox a shot! Can you share your docker-compose YAML so I can recreate locally please? With Kernel 5.15 you shouldn't need to run Docker in...
Thanks @sebastian-peter for catching this. This means that supervisor.conf must have ignored `username` and therefore run Jenkins as root inside the Sysbox container (which is fine since it's root in...
Hi @saez0pub, thanks for reporting this bug. Yes, that's for sure a bug, thought it's strange why it occurs. Sysbox emulates the contents of a few files under `/proc/sys/kernel`, but...