readme: fix docker hub links

This commit is contained in:
Sameer Naik 2015-08-15 14:04:41 +05:30
parent ef6d398350
commit ca59998d2b

View File

@ -281,10 +281,10 @@ docker run --name gitlab -d --link gitlab-postgresql: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/)
- [postgresql](https://hub.docker.com/_/postgresql/)
- [sameersbn/postgresql](https://hub.docker.com/r/sameersbn/postgresql/)
- [orchardup/postgresql](https://hub.docker.com/r/orchardup/postgresql/)
- [paintedfox/postgresql](https://hub.docker.com/r/paintedfox/postgresql/)
### MySQL
@ -377,10 +377,10 @@ docker run --name gitlab -d --link gitlab-mysql:mysql \
Here the image will also automatically fetch the `DB_NAME`, `DB_USER` and `DB_PASS` variables from the mysql container as they are specified in the `docker run` command for the mysql container. This is made possible using the magic of docker links and works with the following images:
- [mysql](https://registry.hub.docker.com/_/mysql/)
- [sameersbn/mysql](https://registry.hub.docker.com/u/sameersbn/mysql/)
- [centurylink/mysql](https://registry.hub.docker.com/u/centurylink/mysql/)
- [orchardup/mysql](https://registry.hub.docker.com/u/orchardup/mysql/)
- [mysql](https://hub.docker.com/_/mysql/)
- [sameersbn/mysql](https://hub.docker.com/r/sameersbn/mysql/)
- [centurylink/mysql](https://hub.docker.com/r/centurylink/mysql/)
- [orchardup/mysql](https://hub.docker.com/r/orchardup/mysql/)
## Redis