README: added link to github project issues page

This commit is contained in:
Sameer Naik
2014-04-13 15:33:32 +05:30
parent d9594cdaf9
commit 1078c361b3
+4
View File
@@ -7,6 +7,7 @@
- [Securing the server](#securing-the-server) - [Securing the server](#securing-the-server)
- [Maintenance](#maintenance) - [Maintenance](#maintenance)
- [SSH Login](#ssh-login) - [SSH Login](#ssh-login)
- [Issues](#issues)
# Introduction # Introduction
Dockerfile to build a PostgreSQL container image which can be linked to other containers. Dockerfile to build a PostgreSQL container image which can be linked to other containers.
@@ -121,3 +122,6 @@ docker pull sameersbn/postgresql:latest
```bash ```bash
docker run -name postgresql -d [OPTIONS] sameersbn/postgresql:latest docker run -name postgresql -d [OPTIONS] sameersbn/postgresql:latest
``` ```
# Issues
Please report issues [here](https://github.com/sameersbn/docker-postgresql/issues)