DEV Community

Cover image for 1B+ Downloaded Docker Images on Dockerhub
Ashutosh Sharma
Ashutosh Sharma

Posted on

3 1

1B+ Downloaded Docker Images on Dockerhub

  1. postgres

    The PostgreSQL object-relational database system provides reliability and data integrity.

    https://hub.docker.com/_/postgres

    docker pull postgres
    
  2. alpine

    A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!

    https://hub.docker.com/_/alpine

    docker pull alpine
    
  3. redis

    Redis is an open source key-value store that functions as a data structure server.

    https://hub.docker.com/_/redis

    docker pull redis
    
  4. nginx
    NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more.

    https://hub.docker.com/_/nginx

    docker pull nginx
    
  5. ubuntu
    Ubuntu is a Debian-based Linux operating system based on free software.

    https://hub.docker.com/_/ubuntu

    docker pull ubuntu
    
  6. node
    Node.js is a JavaScript-based platform for server-side and networking applications.

    https://hub.docker.com/_/node

    docker pull node
    
  7. mysql
    MySQL is a widely used, open-source relational database management system (RDBMS).

    https://hub.docker.com/_/mysql

    docker pull mysql
    
  8. postgres

    The PostgreSQL object-relational database system provides reliability and data integrity.

    https://hub.docker.com/_/postgres

    docker pull postgres
    
  9. busybox
    Busybox base image.

    https://hub.docker.com/_/busybox

    docker pull busybox
    
  10. python
    Python is an interpreted, interactive, object-oriented, open-source programming language.

    https://hub.docker.com/_/python

    docker pull python
    
  11. httpd
    The Apache HTTP Server Project

    https://hub.docker.com/_/httpd

    docker pull httpd
    
  12. mongo
    MongoDB document databases provide high availability and easy scalability.

    https://hub.docker.com/_/mongo

    docker pull mongo
    
  13. memcached
    Free & open source, high-performance, distributed memory object caching system.

    https://hub.docker.com/_/memcached

    docker pull memcached
    
  14. traefik
    Traefik, The Cloud Native Edge Router

    https://hub.docker.com/_/traefik

    docker pull traefik
    
  15. mariadb
    MariaDB Server is a high performing open source relational database, forked from MySQL.

    https://hub.docker.com/_/mariadb

    docker pull mariadb
    
  16. hello-world
    Hello World! (an example of minimal Dockerization)
    https://hub.docker.com/_/hello-world

    docker pull hello-world
    
  17. docker
    Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.

    https://hub.docker.com/_/docker

    docker pull docker
    
  18. registry

    The Docker Registry 2.0 implementation for storing and distributing Docker images

    https://hub.docker.com/_/registry

    docker pull registry
    
  19. rabbitmq
    RabbitMQ is an open source multi-protocol messaging broker.

    https://hub.docker.com/_/rabbitmq

    docker pull rabbitmq
    
  20. openjdk
    "Vanilla" builds of OpenJDK (an open-source implementation of the Java Platform, Standard Edition

    https://hub.docker.com/_/openjdk

    docker pull openjdk
    
  21. golang
    Go (golang) is a general purpose, higher-level, imperative programming language.

    https://hub.docker.com/_/golang

    docker pull golang
    

Comment below how many have you used from these ?

Do your career a big favor. Join DEV. (The website you're on right now)

It takes one minute, it's free, and is worth it for your career.

Get started

Community matters

Top comments (1)

Collapse
 
andrewbaisden profile image
Andrew Baisden

Postgres, Mongo and Node are the ones I have used.

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay