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 ?

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (1)

Collapse
 
andrewbaisden profile image
Andrew Baisden

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

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more