#docker-images
Read more stories on Hashnode
Articles with this tag
🎯What is the difference between an Image, Container and Engine? An image is like a complete set of instructions. It's a detailed guide that tells the...
Docker Volume🗃️ Docker volumes📦 are a way to persist data generated and used by Docker containers. They provide a method for sharing data between...
Docker Compose Docker Compose is a tool for defining and running multi-container Docker applications. It allows you to manage multiple containers as a...
Dockerfile📄 Dockerfile is like a recipe📜 for your computer program. It's a special set of instructions that tells a program called Docker🐳 exactly...
Docker🐳 If you have a bunch of apps on your computer 🖥️. Each app needs specific things to work—like certain settings, tools, and files. Now, the...
Project 1: Notes App Prerequisites ✅ EC2 instance 🖥️ GitHub 🐙 Docker 🐳 Docker Hub 🏠 Jenkins 🚀 Steps Included: 🛠️ Configuration...