I build an image, which was successful. But when i try to run it using the command
sudo docker run -p 80:80 imagename
I got the following error
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \" /usr/sbin/apache2\": stat /usr/sbin/apache2: no such file or directory": unknown.
ERRO[0001] error waiting for container: context canceled
I couldn't find and answer anywhere, thank you in advance.