Re: [Qemu-devel] [PATCH] tests/docker: Use --userns=keep-id for podman

2019-09-05 Thread Alex Bennée
John Snow writes: > The workaround that attempts to accomplish the same result as --userns=keep-id > does not appear to work well with UIDs much above 1000 (like mine, which is > above 2.) > > Since we have official support for this "trick" now, use the supported method. > > Signed-off-by:

[Qemu-devel] [PATCH] tests/docker: Use --userns=keep-id for podman

2019-09-04 Thread John Snow
The workaround that attempts to accomplish the same result as --userns=keep-id does not appear to work well with UIDs much above 1000 (like mine, which is above 2.) Since we have official support for this "trick" now, use the supported method. Signed-off-by: John Snow --- tests/docker/docke