Member-only story
Configuring HTTPD Server & Python Interpreter on Docker Container
3 min readMar 13, 2021
Steps 1:- Configure yum repo for docker
First, we need to configure the yum repo to install docker, in directory: /etc/yum.repos.d
Step 2:- Installing docker
Now, we can install docker on RHEL8
Step 3: Starting the services of docker
To start the service of docker we need to run below command:
=> systemctl start docker