Closed razshare closed 3 years ago
Can you try to do a docker pull
before?
Looks like that fixed it, thanks a lot!
I had the freedom to run docker image prune
and docker container prune
, so I did.
I had already ran prune before, but that alone didn't fix it.
Then I ran docker pull
for these images
So that would mean
docker pull php:8.0-fpm-alpine
docker pull caddy:2
docker pull caddy:2-builder-alpine
And at this point the build succeeded with docker-compose up --build
.
Similar to https://github.com/dunglas/symfony-docker/issues/173 but different error. Hello, I'm running
sudo docker-compose up --build
straight after cloning the template and it fails with the following message:I haven't made any changes to the template at all.
I've tried this on WSL Ubuntu 20.04 and Ubuntu 18.04 native and I'm getting the same error.
This is what
docker version
gives me:Server: Docker Engine - Community Engine: Version: 20.10.5 API version: 1.41 (minimum version 1.12) Go version: go1.13.15
Client: Docker Engine - Community Version: 20.10.8 API version: 1.41 Go version: go1.16.6 Git commit: 3967b7d Built: Fri Jul 30 19:54:08 2021 OS/Arch: linux/amd64 Context: default Experimental: true
Server: Docker Engine - Community Engine: Version: 20.10.8 API version: 1.41 (minimum version 1.12) Go version: go1.16.6