Instrumental | 9ec2895 | 2018-07-12 11:14:10 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | . ./d.props | ||||
3 | docker run \ | ||||
4 | -it \ | ||||
5 | --mount 'type=volume,src=aaf_config,dst=/opt/app/osaaf,volume-driver=local' \ | ||||
6 | --name aaf_agent_$USER \ | ||||
7 | ${ORG}/${PROJECT}/aaf_config:${VERSION} \ | ||||
8 | /bin/bash $* | ||||
9 | docker container rm aaf_agent_$USER > /dev/null |