Rename postgresql image to postgres

Use postgres instead of postgresql for the image name to align with the
Docker official library upstream.

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
This commit is contained in:
George T Kramer
2019-03-22 17:03:04 -07:00
committed by William Douglas
parent 9ffeb5d580
commit 808494bbff
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ env:
- DOCKERFILE_DIR=mariadb
- DOCKERFILE_DIR=stacks/dlrs/oss
- DOCKERFILE_DIR=stacks/dlrs/mkl
- DOCKERFILE_DIR=postgresql
- DOCKERFILE_DIR=postgres
script:
- cd $DOCKERFILE_DIR
+3 -3
View File
@@ -5,19 +5,19 @@ This provides a Clear Linux* PostgreSQL instance.
Build
-----
```
docker build -t clearlinux/postgresql .
docker build -t clearlinux/postgres .
```
Or just pull it from Dockerhub
---------------------------
```
docker pull clearlinux/postgresql
docker pull clearlinux/postgres
```
Start PostgreSQL Container
-----------------------
```
docker run -p 5432:5432 -e POSTGRES_PASSWORD=secret -d clearlinux/postgresql
docker run -p 5432:5432 -e POSTGRES_PASSWORD=secret -d clearlinux/postgres
```
Environment Variables