Cesar Talledo
Cesar Talledo
Thanks ... let me give it a shot and get back to you in a bit.
Hi @DPatrickBoyd: I followed the steps but was not able to repro. Here is what I did: 1) Launched the sysbox container: ``` docker run --runtime=sysbox-runc --rm -it --hostname my_cont...
> My versions are all 20+ for docker. Doubt docker-compose is a deal breaker. I will downgrade to docker v19 and report back. Can you try with version 20 and...
Hi @DPatrickBoyd, > I was able to get it to work by downgrading Got it. I still want to get to the bottom of why the downgrade is needed, so...
> One thing that did happen was that at some point my containers got restarted, and the docker daemon inside of the sysbox container couldn't start up again, it still...
> on further inspection, I am using the init flag for starting containers, which uses docker-init (tini) for PID 1, and I believe that is interfering with systemd starting up...
Hi @nudgegoonies , thanks for the latest report. Question: what's the version / tag of the docker:dind container image on which this happens? Does it happen with the latter docker:dind?...
> We use version 20.10.2 as host docker daemon and as dind. Got it; could you provide the repro steps please?
Thanks @nudgegoonies ; I was able to repro following your repro steps, will debug it.
Hi @nudgegoonies, had to dig a bit to get to the bottom of this one, but I think I've found the reason for the problem. First, I reproduced the problem...