mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-08-11 11:17:48 +08:00
readme: docker build one liner
This commit is contained in:
@@ -68,9 +68,7 @@ docker pull sameersbn/postgresql:9.4-8
|
|||||||
Alternately you can build the image yourself.
|
Alternately you can build the image yourself.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/sameersbn/docker-postgresql.git
|
docker build -t sameersbn/postgresql github.com/sameersbn/docker-postgresql
|
||||||
cd docker-postgresql
|
|
||||||
docker build -t="$USER/postgresql" .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# Quick Start
|
# Quick Start
|
||||||
|
|||||||
Reference in New Issue
Block a user