“Introduction to Docker” by Bobby Iliev is an open-source eBook designed to help readers understand the basics of Docker and how to use containers for
Tag: Docker
DevSecOps LAB Guide: A Jenkins Docker Pipeline Implementation
This project involved implementing a Jenkins Docker Pipeline, integrating multiple tools and techniques to achieve a fully automated CI/CD workflow. The project focused on DevOps
How to Deliver Cloud Native Apps at High Velocity – CICD with Docker and K8s
Who Is This Book For, and What Does It Cover? The main goal of this book is to provide a practical roadmap for software development
Introduction to Docker – CMSC388T
Docker is an open platform for developing, shipping, and running applications. It allows you to separate your applications from your infrastructure so you can deliver
POPULAR DOCKER INTERVIEW QUESTIONS AND RESPONSES
Docker is a platform that allows you to build, share, and run containerized applications. A container is a software package that includes everything needed to
CI/CD Pipeline-as-code with Jenkins and Docker
CI/CD Pipeline-as-code with Jenkins and Docker is a way of creating and managing a continuous integration and continuous delivery pipeline using code files and Docker