fahed dorgaa

Results 135 comments of fahed dorgaa

> > @vsiravar Could you confirm this? [#2190 (comment)](https://github.com/containerd/nerdctl/pull/2190#issuecomment-1529213083) > > Sorry I have been a bit busy. I will have all the comments addressed this weekend. > > >...

> > LGTM it is the nerdctl stop responsibility to binded free port(s) > > I concur with it, but hold reservations about merging this PR. I believe we should...

> @AkihiroSuda can you please rerun the failed test, they failed for `Unable to connect to archive.ubuntu.com` FYI You push can an empty commit to rerun tests. I will re-run...

extract from docker > `--platform=wasi/wasm32`. This specifies the architecture of the image you want to use. By leveraging a Wasm architecture, you don’t need to build separate images for the...

> extract from docker > > > `--platform=wasi/wasm32`. This specifies the architecture of the image you want to use. By leveraging a Wasm architecture, you don’t need to build separate...

Any updates regarding this ? Uid/gid mapping is currently supported for rootfull container right ?

> Please describe what is the original issue you are seeing, and how to confirm that the issue was fixed in this commit I updated the the description. I am...

Let's close it and open later if needed

test fails because of [this](https://github.com/containerd/nerdctl/issues/1946#issuecomment-1407468705). when `nerdctl run` without `-d` , `nerdctl logs` should be triggered to print logs to stdout in parallel with writing to log files

test is failing ``` test target: "nerdctl" === RUN TestComposeUpDetailedError compose_up_test.go:54: assertion failed: Command: /usr/local/bin/nerdctl --namespace=nerdctl-test compose -f /tmp/nerdctl-compose-test3932546953/docker-compose.yaml up -d ExitCode: 0 Stdout: Stderr: time="2023-08-07T07:04:15Z" level=info msg="Creating network nerdctl-compose-test3932546953_default"...