JavaScript Integration with Docker

Task 07 👨🏻‍💻

JavaScript Integration with Docker

Task Description 📄

⚙️ Task 7.1 -

📌 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 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

Let’s Start….

Step 1 : First you have to intall Apache packages by using yum command

“yum install httpd”

Step 2: Start Apache server

Step 3: Open the default directory that is configured to server frontend documents, there the html file that we have created will appear.

cgbhcgnhf

--

--