🏷️
docker
2 articles tagged with "docker"
Tech Feeds
cloud
🚨 AWS 128: Setting Up Amazon ECR and Pushing Docker Images
This tutorial guides users through setting up an Amazon Elastic Container Registry (ECR) for Docker images. It covers creating a private repository, building a custom Python app image, and pushing it to ECR, emphasizing key concepts like authentication tokens and image tagging.
devops
Learning Docker by Building a Three-Tier MERN Application
This article provides a practical approach to learning Docker by building a three-tier MERN application, emphasizing real-world application over rote memorization. Key Docker concepts such as multi-stage builds, networking, and volumes are explored, demonstrating how to create reproducible environments.