Skip to content

Commit 0b14c0c

Browse files
author
Vijay Parashar
committed
added install file
1 parent 5fc44ae commit 0b14c0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#build the image
2+
cd ./9.6/
3+
4+
docker build -t postgres .
5+
6+
docker run --name postgres -it -a stdout -p 5432:5432 -e POSTGRES_PASSWORD=postgres -e POSTGRES_USER=postgres postgres

0 commit comments

Comments
 (0)