Artifacts to Bootstrap
[aaf/authz.git] / auth / auth-cass / docker / dbash.sh
index 38e43dd..b352a35 100644 (file)
@@ -1,3 +1,10 @@
-#!/bin/bash 
-docker exec -it aaf_cass bash
+#!/bin/bash
+
+# Pull in AAF Env Variables from AAF install
+if [ -e ../../docker/d.props ]; then
+  . ../../docker/d.props
+fi
+DOCKER=${DOCKER:-docker}
+
+$DOCKER exec -it aaf_cass bash