John Wong
John Wong
> Sorry for my late response @hthcis and @johnwmail > > When I did the tests i was using Almalinux 9.0 with `kernel-5.14.0-70.17.1.el9_0.x86_64` and `kernel-5.14.0-70.26.1.el9_0.x86_64` > > I also have...
Yes, sysbox --disable-idmapped-mount works on rhel9 kernel (5.14.0-162.6.1.el9_1.x86_64)
Please support this feature +1
I had changed the "$tmp_dir", point it to new root, it work for me over a year.
same issue with rootless docker
> Do you observe the same behavior with similar permissions on a non-NFS mountpoint? I'm wondering if this is NFS-specific. Yes, maybe NFS-specific. 1. /localdisk/fid work 2. /nfs/fid NOT WORK...
Hi all, Is it possible , install sysbox as the container runtime with k3s single node? Thanks.
> I have done it time ago before implementing sysbox to my prod environment and worked as expected. Would you share how you did it? Since a lot of people...
how about bind mount /etc/resolv.conf in container? volumes: - /etc/resolv.conf:/etc/resolv.conf:ro