TASK_7.1

Vinod Kumar
1 min readAug 22, 2021

📌 In this task you have to create a Web Application for Docker (one of the great Containerization Tool which provides the user Platform as a Service (PaaS)) by showing your own creativity and UI/UX designing skills to make the Web portal user friendly.

📌 This app will help the user to run all the docker commands like:

👉docker images

👉docker ps

👉docker run

👉docker rm -f

👉docker exec

Hello connections 😂😂

I am here with #Task_7 from the #summertraining under the Mentorship of Mr. Vimal Daga sir.

Follow the below steps to complete the task:

Javascript Integration with Docker
__________________________________________
Step 1:- Install httpd
# yum install httpd -y
Step 2:- Start httpd service
# systemctl start httpd
Step 3:- Disabling SELinux
# setenforce 0
Step 4:- Give apache user sudo powers
# vi /etc/sudoers
apache ALL=(ALL) NOPASSWD: ALL
Step 5:- Copy html and python cgi program to document root and cgi-bin folder
# cp linux.html /var/www/html/
# cp linux.py /var/www/cgi-bin/
Step 6:- Make python cgi program executable
# chmod +x /var/www/cgi-bin/linux.py
Step 7:- Start docker services
# systemctl start docker
# systemctl status docker

Git hub link:

https://github.com/Vinod-AI/Task_7_Web-application-for-docker.git

#worldrecordholder #training #internship #makingindiafutureready #summer #summertraining#python #javascript #docker #rightmentor #deepknowledge #linuxworld #vimaldaga #righteducation

--

--