Stephan Boyer

Results 71 comments of Stephan Boyer

Ah I think I understand you. The Podman CLI returns different output than the Docker CLI, but not because the daemon is returning different results—only because the CLIs are different....

Hi all, I believe this is fixed by https://github.com/stepchowfun/docuum/pull/248. cc @dkozlov @ericparton @strowi @evanmoelter @joshsleeper

Seems like a good idea! I would review a PR for this.

Thank you @vstreame for opening this issue! One of the main use cases for Typical is to encode/decode RPC messages, so I think this request makes a lot of sense....

Hi @ivarref, thanks for starting this discussion. This is by design, but it's a questionable design. Toast uses `su` because that seems to be the only portable way to run...

That's an interesting idea, but I have a couple of concerns: 1) Toast doesn't know the default `USER` from the base image (or any other information from the base image),...

This should be fixed in v0.24.0.

I see that `nerdctl events` is not compatible with `docker events`, so we would need to introduce some way to parse the events from nerdctl. I would support this if...

(We would also need an integration test for it.)

Hello, thanks for asking this question. Docuum only cleans up images. My understanding is that `/var/lib/docker/overlay2` is used for containers, not images. So my expectation is that this directory is...