Session - 23: Continuous Delivery & Devops
Session - 23: Continuous Delivery & Devops
2
Dockerfile Build
• Dockerfile is used to create custom Docker image using
Docker build command
• Docker build command follows syntax below
docker build -t <image_name >:<tag>