#aws
Read more stories on Hashnode
Articles with this tag
Step 1 : Create one directory. mkdir app Step 2: Create one index.js file. vim index.js Step 3: Pull the node image. docker run -it...
What is Docker? Docker is an open-source containerization platform through which you can pack your application and all its dependencies into a...
What is Git? Git is a powerful and popular version control system that enables effective tracking of changes in source code. It was developed by...
What is a package manager in Linux? A package manager is a tool that allows users to install, remove, update configure and manage packages on a Linux...