Cesar Talledo
Cesar Talledo
Thanks @felipecrs , good news that WSL2 is not on Linux 5.4. We will take a look to see if we can support WSL2 before the upcoming release (mid-Feb). >...
Hi @adamgit, Thank you very much for the useful feedback, and apologies for Sysbox not working on WSL2 yet. We definitely want to enable Sysbox on WSL2, but have been...
@rodnymolina has made progress on enabling cifs mounts inside a sysbox container, though it's likely such support will be part of the Sysbox Enterprise Edition.
Hi @rodnymolina, given that this appears to be related to IPVS not working inside Sysbox containers, I am wondering if we should we mark this as a duplicate of issue...
Hi @dmarteau, yes this is almost certainly due to IPVS not working inside Sysbox containers. It's something we've been wanting to add for a while, but it's challenging and mainly...
> Atm, I have found a workaround by declaring `endpoint_mode` as `dnsrr` for bypassing IPVS in swarm services (see https://docs.docker.com/compose/compose-file/compose-file-v3/#deploy). This is ok as long you don't need load-balancing your...
Hi @struanb , thanks for filing the issue. ``` # docker run --rm -it --storage-opt=size=2G debian bash docker: Error response from daemon: --storage-opt is supported only for overlay over xfs...
Hi @struanb, thanks for the info; however I don't see anything in it that would explain the error you are seeing. The only thing that catches my attention is that...
Hi @struanb, thanks for the update regarding the work-around. Using `--volume-opt` on the volume sounds great, was not aware of this option. How did you specify it? I image at...
Thanks for the info @struanb ...