Hi, thank you for your assistance. So, I tried to run the command you specified above and I got: ls: cannot open directory ‘/data’: Permission denied.
Does this mean there is a permission problem on the host or in the container?
I have run docker exec -it Project_009 bash
and then tried to get into the /usr/share/nginx/html directory to see if the index.html file is there. but when I try to run ls -l
in the html folder I get ls: cannot open directory ‘.’: Permission denied
I don’t know if this is relevant but when I ran the docker exec -it command it connected me as root@container name.
Many thanks.