Test build success but on running "no such file or directory", have you some idea how to fix it?
Successfully tagged a2p7:latest
SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '-rwxr-xr-x' permiss
ions. It is recommended to double check and reset permissions for sensitive files and directories.
C:\Users\pirno\ubuntu-apache2-php7>docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
a2p7 latest 019a4c9fa64d 15 minutes ago 458MB
C:\Users\pirno\ubuntu-apache2-php7>docker run -v /var/www:/var/www -p 80:80 -t a2p7
standard_init_linux.go:207: exec user process caused "no such file or directory"
Test build success but on running "no such file or directory", have you some idea how to fix it?
Successfully tagged a2p7:latest
SECURITY WARNING: You are building a Docker image from Windows against a non-Windows Docker host. All files and directories added to build context will have '-rwxr-xr-x' permiss
ions. It is recommended to double check and reset permissions for sensitive files and directories.
C:\Users\pirno\ubuntu-apache2-php7>docker imagesREPOSITORY TAG IMAGE ID CREATED SIZE
a2p7 latest 019a4c9fa64d 15 minutes ago 458MB
C:\Users\pirno\ubuntu-apache2-php7>docker run -v /var/www:/var/www -p 80:80 -t a2p7standard_init_linux.go:207: exec user process caused "no such file or directory"