creating docker container to host website – Apache
I want to run static website inside a docker container. For this i have create ubuntu EC2 machine,installed docker and pulled centos image. docker pull centos docker run -td 9f38484d220f bash docker exec -it aa779e39eb0f bash ===>now inside the container…