-
postgres
The PostgreSQL object-relational database system provides reliability and data integrity.
https://hub.docker.com/_/postgres
docker pull postgres
-
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
-
redis
Redis is an open source key-value store that functions as a data structure server.
https://hub.docker.com/_/redis
docker pull redis
-
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
-
ubuntu
Ubuntu is a Debian-based Linux operating system based on free software.https://hub.docker.com/_/ubuntu
docker pull ubuntu
-
node
Node.js is a JavaScript-based platform for server-side and networking applications.docker pull node
-
mysql
MySQL is a widely used, open-source relational database management system (RDBMS).https://hub.docker.com/_/mysql
docker pull mysql
-
postgres
The PostgreSQL object-relational database system provides reliability and data integrity.
https://hub.docker.com/_/postgres
docker pull postgres
-
busybox
Busybox base image.https://hub.docker.com/_/busybox
docker pull busybox
-
python
Python is an interpreted, interactive, object-oriented, open-source programming language.https://hub.docker.com/_/python
docker pull python
-
httpd
The Apache HTTP Server Projecthttps://hub.docker.com/_/httpd
docker pull httpd
-
mongo
MongoDB document databases provide high availability and easy scalability.https://hub.docker.com/_/mongo
docker pull mongo
-
memcached
Free & open source, high-performance, distributed memory object caching system.https://hub.docker.com/_/memcached
docker pull memcached
-
traefik
Traefik, The Cloud Native Edge Routerhttps://hub.docker.com/_/traefik
docker pull traefik
-
mariadb
MariaDB Server is a high performing open source relational database, forked from MySQL.https://hub.docker.com/_/mariadb
docker pull mariadb
-
hello-world
Hello World! (an example of minimal Dockerization)
https://hub.docker.com/_/hello-world
docker pull hello-world
-
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
-
registry
The Docker Registry 2.0 implementation for storing and distributing Docker images
https://hub.docker.com/_/registry
docker pull registry
-
rabbitmq
RabbitMQ is an open source multi-protocol messaging broker.https://hub.docker.com/_/rabbitmq
docker pull rabbitmq
-
openjdk
"Vanilla" builds of OpenJDK (an open-source implementation of the Java Platform, Standard Editionhttps://hub.docker.com/_/openjdk
docker pull openjdk
-
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 ?
Top comments (1)
Postgres, Mongo and Node are the ones I have used.