readme: supports linking with official postgressql image

This commit is contained in:
Sameer Naik 2015-05-13 10:37:57 +05:30
parent bda347605a
commit a8e92cbf74

View File

@ -403,6 +403,7 @@ docker run --name=gitlab -d --link=postgresql-gitlab:postgresql \
Here the image will also automatically fetch the `DB_NAME`, `DB_USER` and `DB_PASS` variables from the postgresql container as they are specified in the `docker run` command for the postgresql container. This is made possible using the magic of docker links and works with the following images:
- [postgresql](https://registry.hub.docker.com/_/postgresql/)
- [sameersbn/postgresql](https://registry.hub.docker.com/u/sameersbn/postgresql/)
- [orchardup/postgresql](https://registry.hub.docker.com/u/orchardup/postgresql/)
- [paintedfox/postgresql](https://registry.hub.docker.com/u/paintedfox/postgresql/)