blob: f734c629b46640214e31393b04e19371a8232523 [file] [log] [blame]
Instrumental9ec28952018-07-12 11:14:10 -05001#!/bin/bash
2. ./d.props
Instrumental4ad47632018-07-13 15:49:26 -05003
Instrumental9ec28952018-07-12 11:14:10 -05004docker run \
Instrumental4ad47632018-07-13 15:49:26 -05005 -it \
6 --rm \
7 --mount 'type=volume,src=aaf_config,dst='$CONF_ROOT_DIR',volume-driver=local' \
8 --add-host="$HOSTNAME:$HOST_IP" \
9 --add-host="aaf.osaaf.org:$HOST_IP" \
10 --name aaf_agent_$USER \
11 ${ORG}/${PROJECT}/aaf_config:${VERSION} \
12 /bin/bash "$@"