Re: [Qemu-devel] [PATCH v3 2/6] docker.py: add podman support

2019-07-15 Thread Daniel P . Berrangé
On Sat, Jul 13, 2019 at 06:33:07PM +0400, Marc-André Lureau wrote: > Add a --engine option to select either docker, podman or auto. > > Among other advantages, podman allows to run rootless & daemonless > containers, fortunately sharing compatible CLI with docker. > > With current podman, we have

[Qemu-devel] [PATCH v3 2/6] docker.py: add podman support

2019-07-13 Thread Marc-André Lureau
Add a --engine option to select either docker, podman or auto. Among other advantages, podman allows to run rootless & daemonless containers, fortunately sharing compatible CLI with docker. With current podman, we have to use a uidmap trick in order to be able to rw-share the ccache directory wit