Skip to content

Commit c716787

Browse files
committed
Added docker image informations
Fixes #62
1 parent 4997204 commit c716787

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

documentation/DOCKER-INFO.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,25 @@ solr (optional) | Apache Solr server
1414
elasticsearch (optional) | Elasticsearch server
1515
memcached (optional) | Memcached server
1616
redis (optional) | Redis server
17+
ftps (optional) | FTP server (vsftpd)
18+
mailcatcher (optional) | Mailserver with easy web and REST interface for mailing
1719

1820
This directory will be mounted under `/docker` in `main` and `web` container.
1921

22+
## Docker images
23+
Container | Source
24+
------------------------- | -------------------------------
25+
main | [Ubuntu](https://registry.hub.docker.com/_/ubuntu/) *official*
26+
storage | [Ubuntu](https://registry.hub.docker.com/_/ubuntu/) *official*
27+
web | [Apache](https://registry.hub.docker.com/_/httpd/) *official* or [Nginx](https://registry.hub.docker.com/_/nginx/) *official*
28+
mysql | [MySQL](https://registry.hub.docker.com/_/mysql/) *official*
29+
solr (optional) | [Solr](https://registry.hub.docker.com/u/guywithnose/solr/) from _guywithnose_
30+
elasticsearch (optional) | [Elasticsearch](https://registry.hub.docker.com/_/elasticsearch/) *official*
31+
memcached (optional) | [Memcached](https://registry.hub.docker.com/_/memcached/) *official*
32+
redis (optional) | [Redis](https://registry.hub.docker.com/_/redis/) *official*
33+
ftp (optional) | [Ubuntu](https://registry.hub.docker.com/_/ubuntu/) *official*
34+
mailcatcher (optional) | [Mailcatcher](https://registry.hub.docker.com/u/schickling/mailcatcher/) from _schickling_
35+
2036
## Makefile
2137

2238
Customize the [Makefile](Makefile) for your needs.

0 commit comments

Comments
 (0)