readme: docker build one liner

This commit is contained in:
Sameer Naik
2015-11-19 22:32:41 +05:30
parent ca479d90cf
commit b4a5810e13
+1 -3
View File
@@ -68,9 +68,7 @@ docker pull sameersbn/postgresql:9.4-8
Alternately you can build the image yourself.
```bash
git clone https://github.com/sameersbn/docker-postgresql.git
cd docker-postgresql
docker build -t="$USER/postgresql" .
docker build -t sameersbn/postgresql github.com/sameersbn/docker-postgresql
```
# Quick Start