Docker and user namespaces on F30

2019-05-04 Thread Julien Enselme
Hi, I just updated to F30 and my docker setup with user namespaces doesn't work anymore. When I try to run: docker run -it --rm docker.io/php:7-fpm-alpine sh I get this error: docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "

Re: Docker and user namespaces on F30

2019-05-06 Thread Jun Aruga
Podman 1.2 and Docker CE 18.09.5 on My Fedora 30 work for your use case. $ rpm -q kernel kernel-5.0.5-200.fc29.x86_64 kernel-5.0.10-200.fc29.x86_64 kernel-5.0.10-300.fc30.x86_64 $ podman --version podman version 1.2.0 $ podman run -it --rm docker.io/php:7-fpm-alpine sh /var/www/html # uname -a L

Re: Docker and user namespaces on F30

2019-05-08 Thread Julien Enselme
Sadly this doesn't work either. With podman, I have this error: ERRO[0004] Error pulling image ref //php:7-fpm-alpine: Error committing the finished image: error adding layer with blob "sha256:f581654c6ada4fba71ebfbfe4cd96430abe7b5dabebd92a6a62c11391a79cc9 8": Error processing tar file(exit status

Re: Docker and user namespaces on F30

2019-05-08 Thread Jun Aruga
> Which looks even stranger. > > I see we don't have the same version of docker. I have version 18.06.3, > build d7080c1. Did you install docker from > https://docs.docker.com/install/ ? Yes, for docker-ce I installed it from the page's Linux/Fedora page when I used Fedora 29. If you are fine to

Re: Docker and user namespaces on F30

2019-05-09 Thread Julien Enselme
On Wed, 2019-05-08 at 19:09 +0200, Jun Aruga wrote: > > Which looks even stranger. > > > > I see we don't have the same version of docker. I have version > > 18.06.3, > > build d7080c1. Did you install docker from > > https://docs.docker.com/install/ ? > > Yes, for docker-ce I installed it from t

Re: Docker and user namespaces on F30

2019-05-10 Thread Tomasz Torcz
On Mon, May 06, 2019 at 04:17:18PM +0200, Jun Aruga wrote: > Podman 1.2 and Docker CE 18.09.5 on My Fedora 30 work for your use case. > > $ docker --version > Docker version 18.09.5, build e8ff056 This is not what Fedora ships. We have (in F30) docker-1.13.1-67.git1185cfd or moby-engine-18.06

Re: Docker and user namespaces on F30

2019-05-10 Thread mcatanzaro
On Fri, May 10, 2019 at 12:10 PM, Tomasz Torcz wrote: This is not what Fedora ships. We have (in F30) docker-1.13.1-67.git1185cfd or moby-engine-18.06.3-2.ce.gitd7080c1. What is going on with this very weird, very confusing versioning? The Fedora version doesn't even look like the upstrea

Re: Docker and user namespaces on F30

2019-05-13 Thread Jun Aruga
> On Mon, May 06, 2019 at 04:17:18PM +0200, Jun Aruga wrote: > > Podman 1.2 and Docker CE 18.09.5 on My Fedora 30 work for your use case. > > > > $ docker --version > > Docker version 18.09.5, build e8ff056 > > This is not what Fedora ships. We have (in F30) > docker-1.13.1-67.git1185cfd or moby-