Created
October 15, 2015 23:46
-
-
Save leedm777/803810f5f5d2c90e31b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# core set debug 3 res_rtp_asterisk.so | |
TOPDIR=$(cd $(dirname $0) && pwd) | |
PROGNAME=$(basename $0) | |
set -ex | |
eval "$(docker-machine env dev)" | |
#make -C ${TOPDIR}/../docker-dev ubuntu-trusty-dev.chan_respoke | |
docker build -t chan_respoke_test ${TOPDIR} | |
docker run --rm -ti \ | |
chan_respoke_test \ | |
asterisk -cddd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment