We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc44ae commit 0b14c0cCopy full SHA for 0b14c0c
install.sh
@@ -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