Configuring HTTPD Server on Docker Container

Task 7.2- a :

✨To configure Httpd Server we need to follow following steps:

step 1 : To check any container is running :

step 2 : To pull centos image

step 3 : To run the container using above image

step 4 : Now install Httpd software using yum command

step 5 : Now, to start Httpd services

step 6 : Now create a folder in /etc/var/html for creating a web page

step 7 : Now install the software containing infconfig command

step 8 : Finally we can see our web page running using curl command

✨Task is successfully completed !!✨

Thank You !

--

--