Skip to content

Instantly share code, notes, and snippets.

@leedm777
Created October 15, 2015 23:46
Show Gist options
  • Save leedm777/803810f5f5d2c90e31b2 to your computer and use it in GitHub Desktop.
Save leedm777/803810f5f5d2c90e31b2 to your computer and use it in GitHub Desktop.
#!/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