diff options
author | Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com> | 2018-03-12 12:39:31 -0400 |
---|---|---|
committer | Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com> | 2018-03-12 12:40:13 -0400 |
commit | bfcbea292aa9e9c3e01bddd1cba80035c85df8ec (patch) | |
tree | 6d1271fea31e0fab1ec8e52502cdbf85a2c2b18f /run-dockers.sh | |
parent | be08ec28dc94e6a5b3bd21c422dd90a28a5a979e (diff) |
Moved all docker files moved to main folder
Issue-ID: OPTFRA-123
Change-Id: I9334bda9ef05ed18c4e1fe35616b53e9ba128dc1
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Diffstat (limited to 'run-dockers.sh')
-rwxr-xr-x | run-dockers.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/run-dockers.sh b/run-dockers.sh new file mode 100755 index 0000000..f8ae249 --- /dev/null +++ b/run-dockers.sh @@ -0,0 +1,7 @@ +### example run - provide the conductor configuration file as input to the run script +# ./run-dockers.sh <path-to>/conductor.conf +docker run -v $1:/usr/local/bin/conductor.conf data & +docker run -v $1:/usr/local/bin/conductor.conf controller & +docker run -p "8091:8091" -v $1:/usr/local/bin/conductor.conf api & +docker run -v $1:/usr/local/bin/conductor.conf solver & +docker run -v $1:/usr/local/bin/conductor.conf reservation & |