#devops
Read more stories on Hashnode
Articles with this tag
What is Jenkins? Jenkins is an open-source automation server used to automate parts of software development, including building, testing, and...
1. What is the difference between an Image, Container, and Engine? Image: A read-only template with application code and dependencies that is used to...
1. Core Concepts Docker: A platform to develop, ship, and run applications in isolated containers. Container: A lightweight, portable package that...
Spring boot: Spring Boot is used for building Java-based web applications quickly and easily, by providing pre-configured templates, tools, and...
Docker Compose: Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a...
Dockerfile: Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an...