diff trainingdb-usps/Dockerfile @ 36:a5175713518c

add training db images
author smith@nwoca.org
date Wed, 20 Jan 2016 13:47:23 -0500
parents
children 9129e39b00fa
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trainingdb-usps/Dockerfile	Wed Jan 20 13:47:23 2016 -0500
@@ -0,0 +1,11 @@
+
+FROM docker.ssdt.io/trainingdb
+
+ADD http://files.ssdt.io/usps-training.backup.gz $BACKUP_FILE
+
+RUN chmod a+r $BACKUP_FILE
+
+env DB_NAME=uspsdb \
+    DB_USER=usps \
+    DB_PASS=uspsdefault
+