aboutsummaryrefslogtreecommitdiff
path: root/arch-base-postgresql
diff options
context:
space:
mode:
Diffstat (limited to 'arch-base-postgresql')
-rwxr-xr-xarch-base-postgresql/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch-base-postgresql/run.sh b/arch-base-postgresql/run.sh
new file mode 100755
index 0000000..6693f5e
--- /dev/null
+++ b/arch-base-postgresql/run.sh
@@ -0,0 +1,3 @@
+#!/bin/zsh
+
+docker run --net=host --rm -v $PWD/data:/var/lib/postgres -it sulhan/arch-postgresql