ttcn3-bts: Mount trxcon dir so logs can be retrieved outside of docker

Change-Id: Icd243b62b8c80cdb2c2f09e1308f00565589c0e7
This commit is contained in:
Pau Espin 2019-12-04 14:11:38 +01:00
parent ef5c43531a
commit a66f6ebb23
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ start_trxcon() {
echo Starting container with trxcon
docker run --rm \
--network $NET_NAME --ip 172.18.9.22 \
-v $VOL_BASE_DIR/trxcon:/data \
-v $VOL_BASE_DIR/unix:/data/unix \
--name ${BUILD_TAG}-trxcon -d \
$REPO_USER/osmocom-bb-host-master \