Docker Hub Container Image Library | App Containerization
hub.docker.comDocker Hub is the world's largest library and community for container images Browse over 100,000 container images from software vendors, open-source projects, and the community. Official Images couchbase Official 50M+ ubuntu Official 1B+ mysql Official 1B+ python Official 1B+ busybox Official 1B+ postgres Official 1B+ traefik Official 1B+
Docker Official Images - Docker Documentation
https://docs.docker.com/docker-hub/official_imagesDocker Official Images. Estimated reading time: 3 minutes. The Docker Official Images are a curated set of Docker repositories hosted on Docker Hub. They are designed to: Provide essential base OS repositories (for example, ubuntu, centos) that serve as the starting point for the majority of users. Provide drop-in solutions for popular programming language runtimes, data stores, …
docker images | Docker Documentation
docs.docker.com › engine › referenceThe default docker images will show all top level images, their repository and tags, and their size. Docker images have intermediate layers that increase reusability, decrease disk usage, and speed up docker build by allowing each step to be cached. These intermediate layers are not shown by default.