Configuring HTTPD Server on Docker Container | Task 7.2 | ARTH

What is Docker??

How to Install Docker??

#yum install docker-ce --nobest

Some basic pre-requisites

#docker pull centos
#docker images

So after this pre-requisite let’s do the task

#docker run -it --name <Container_Name>  <Image_Name>:<Version>
/usr/sbin/httpd

******Thanks For Reading this Article******

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store