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

2019-09-03 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 8/22/19 3:47 PM, 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 curr

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

2019-09-03 Thread Philippe Mathieu-Daudé
On 8/22/19 3:47 PM, 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 to use a uidmap trick

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

2019-08-22 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