Daniel J Walsh
Daniel J Walsh
It does seem reasonable for podman to add the hostname to dnsname, @baude @mheon WDYT?
@Luap99 @baude @mheon PTAL
@haircommander Is this better in upstream master, and newer versions of Conmon?
``` sh /tmp/t.sh + podman volume rm testing Error: no volume with name "testing" found: no such volume + : + BASE=alpine ++ buildah from alpine + FROM=alpine-working-container + mkentrypoint...
Seems to work with podman 4.0.3.
This seems like more of a buildah bug then Podman.
$ podman run -v newvolume:/mount:U,Z --user 1000:1000 ubi8 ls -ld /mount drwxr-xr-x. 2 1000 1000 6 May 5 14:08 /mount
@giuseppe Could you see about adding these flags.
> I've a few questions. > > * Is `ignore` the equivalent of `drop` with a bytes-per-interval=0? > @portante WDYT? > * Are these limits supposed to be changed at...
@syedriko @portante Could one of you open a PR to add this feature?