APAjay Patilindocker-day-01.hashnode.dev·Nov 23, 2025 · 3 min readDocker - Day - 07Docker Spring Cleaning: How to Inspect, Analyze, and Obliterate Unused Images Let’s be honest: if you’ve been using Docker for more than a week, your local environment probably looks like a digital hoarder’s garage. You run Docker images, and suddenl...00
APAjay Patilindocker-day-01.hashnode.dev·Nov 7, 2025 · 2 min readDocker - Day -06Pulling: Pulling images from Public Registry: Authentication is not required to pull images from public registries, such as the official Ubuntu image on Docker Hub. Example: docker pull ubuntu docker pull ubuntu:20.04 Pulling images from Private Reg...00
APAjay Patilindocker-day-01.hashnode.dev·Nov 1, 2025 · 2 min readDocker - Day -05Demystifying Docker Image Names: A Guide to Pulling and Pushing with Confidence Have you ever typed docker image pull httpd and wondered what's really happening behind the scenes? Docker image names, while seemingly simple, follow a specific conventi...00
APAjay Patilindocker-day-01.hashnode.dev·Oct 12, 2025 · 2 min readDocker - Day -04🐳 Understanding Docker Image Registries — The Backbone of Container Distribution. If you’ve ever pulled a Docker image and wondered, “Where does this image actually come from?” — you’re already halfway to understanding Docker Image Registries. In th...00
APAjay Patilindocker-day-01.hashnode.dev·Oct 11, 2025 · 3 min readDocker - Day -03What is a Container Image? The Blueprint for Your App's Perfect Home! If a container is like a running application, then a container image is its blueprint or a perfect, pre-packed moving box, ready to be duplicated and used. An image is a lightweigh...00