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
👉 add more if you want. (Optional)
JavaScript is a scripting or programming language that allows you to implement complex features on web pages — every time a web page does more than just sit there and display static information for you to look at — displaying timely content updates, interactive maps, animated 2D/3D graphics, scrolling video jukeboxes, etc. — you can bet that JavaScript is probably involved
HTTP Daemon is a softaware program that rund in the background of a web server and waits for the incoming server requests. HTTPd satnds for Hypertext Transfer Protocol daemon. Among these servers Apache HTTP server is most commonly used.
Lets start with this task.For this we will first install httpd server in our Red hat linux system
yum install httpd


Thanks for sharing this
ReplyDeleteGreat!! Thank you so much.
ReplyDelete