#blogging
Read more stories on Hashnode
Articles with this tag
Project 5 · Install Jenkins on Instance Install Java sudo apt update sudo apt install openjdk-11-jre Verify Java is Installed java -version Now, you...
What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI): This is the...
Day 25 : Project 4 · Download any free CSS Template from Internet. Create a new GitHub repository. Upload the template code from your computer to the...
GitHub Webhooks🖇️ GitHub Webhooks are like friendly messengers that GitHub sends out whenever something interesting happens to your code or...
Docker Volume🗃️ Docker volumes📦 are a way to persist data generated and used by Docker containers. They provide a method for sharing data between...
Day 17 · Dockerfile📄 Dockerfile is like a recipe📜 for your computer program. It's a special set of instructions that tells a program called Docker🐳...