llms.txt Content
# Docker Hub
> The world's largest container image registry with official, hardened, trusted publisher, and community images.
## Docker Official Images
Docker Official Images are curated, secure base images maintained by Docker and upstream maintainers.
- Browse All Official Images: https://hub.docker.com/search?badges=official
- Official Images Documentation: https://docs.docker.com/trusted-content/official-images/
### Most Used Official Images
**Web Servers & Reverse Proxies:**
- nginx: https://hub.docker.com/_/nginx - High-performance web server and reverse proxy
- traefik: https://hub.docker.com/_/traefik - Modern HTTP reverse proxy and load balancer
**Programming Languages:**
- python: https://hub.docker.com/_/python - Python runtime (all versions)
- node: https://hub.docker.com/_/node - Node.js JavaScript runtime
- golang: https://hub.docker.com/_/golang - Go programming language
- eclipse-temurin: https://hub.docker.com/_/eclipse-temurin - Official Images for OpenJDK binaries built by Eclipse Temurin.
- php: https://hub.docker.com/_/php - PHP runtime
- ruby: https://hub.docker.com/_/ruby - Ruby programming language
- rust: https://hub.docker.com/_/rust - Rust programming language
**Databases:**
- postgres: https://hub.docker.com/_/postgres - PostgreSQL relational database
- mysql: https://hub.docker.com/_/mysql - MySQL relational database
- mongo: https://hub.docker.com/_/mongo - MongoDB document database
- redis: https://hub.docker.com/_/redis - Redis in-memory data store
- mariadb: https://hub.docker.com/_/mariadb - MariaDB relational database
- elasticsearch: https://hub.docker.com/_/elasticsearch - Elasticsearch search engine
**Base Operating Systems:**
- ubuntu: https://hub.docker.com/_/ubuntu - Ubuntu Linux
- alpine: https://hub.docker.com/_/alpine - Minimal Alpine Linux
- debian: https://hub.docker.com/_/debian - Debian Linux
- busybox: https://hub.docker.com/_/busybox - Tiny utilities for embedded systems
**Build Tools:**
- maven: https://hu