Launching Web Server in the container

Hello Guyys !!!! 😃
In this article I will gonna to show you how we can configure a container as a web server..
I am making the use of Apache Httpd software for configuring web server…
So, I my docker file looks like

Then , I make the use of the command
docker built -t <image-name-u-want-to-give> <location-of-folder-where-docker-file is present>
And it looks like




Thus , in this way we can configure any container as a web server…
Thanks For Reading 😃
See u in the next one ..!!!