Answer the question
In order to leave comments, you need to log in
Why won't the container start?
Here is such a Dockerfile:
FROM debian:stable-slim
ENV PATH /bin:/usr/bin:/usr/loca/sbin:/usr/sbin:/sbin
RUN apt-get update
RUN apt-get -y install nginx python3 python3-pip
ADD . /source
EXPOSE 80
EXPOSE 443
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"-n\":
executable file not found in $PATH": unknown.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question