I have docker installed using “apt-get install -y docker.io” using php:8.1.28-apache-bullseye as the base image.
I’m trying to build an image but I get this error if I have any RUN commands in the dockerfile:
“Error response from daemon: OCI runtime create failed: container_linux.go:377: starting container process caused: process_linux.go:352: getting the final child’s pid from pipe caused: read init-p: connection reset by peer: unknown”
I’m not sure what I’m doing wrong. Thank you!
Ryan Getz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.