#containerization
Read more stories on Hashnode
Articles with this tag
Create an ubuntu EC2 instance on AWS. SSH into the EC2 instance using the following command- ssh -i <path-of-the-identityfile>...
In the previous blog, I have discussed the fundamental concept of Containerization and problems solved by it. What you need to know thoroughly by now...
What is Docker? Docker is a containerization platform, simplifying the process of developing, shipping and running applications. Sounded too bookish,...