#docker
Read more stories on Hashnode
Articles with this tag
Docker Volumes In Docker, a volume is a mechanism for persisting data generated and used by containers. Volumes are stored on the host filesystem...
Create directory for Dockerfile Create Docker file, Name should be Dockerfile #Start with an #Ubuntu base image FROM ubuntu #Add metadata with a...
As a DevOps professional or system engineer, mastering Docker commands is essential for efficiently managing containerized applications Docker Hub...
Dockerfile A Dockerfile is a crucial component in Docker that automates the process of building Docker images. It consists of a series of instructions...
Prerequisites : Choose a Linux distribution (e.g., Ubuntu 22.04 LTS) for your EC2 instances. Need two EC2 instances (one for Jenkins and Maven,...
What is Docker? Docker is an open-source platform designed to automate the deployment, scaling, and management of applications. It uses...