Posts

Showing posts from June, 2021
Image
  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...