Djordje Lukic
Djordje Lukic
We could either do 200ms, or 100ms but retry 10 times, it looks like 1 second is the lowest we should go, see [this comment](https://github.com/moby/moby/pull/43480#issuecomment-1105618187) by @cpuguy83 I did a...
That's odd, works on my machine :D
I'm on Firefox and yeah, it works well
Tested with my code above, I changed the image to be ubuntu and added ` oci.WithProcessArgs("tput", "lines")` and it outputs the right number of lines (30), outputing `cols` works too....
@EmbeddedAndroid thanks for reporting this. Docker App is not enforcing this but docker is, a docker image name cannot have uppercase letters. When you run `render` we create the invocation...
Awesome, thanks for sharing this! Would you be interested in a ~1h session with us so that we can show you what's coming in the future? Would love to have...
We've been using this to bundle dockerd with containerd for months and it works like a charm!
> #44091 was merged, so this PR can be rebased (to drop the first commit) Done
> having a list of `features` therefore currently has no real use-case, other than for the test-case in One real use case for the features list is for buildx: it...
We need to ask MSFT about this, their API returns before the container is really started.