Commit 00ca9325 authored by Yann Garcia's avatar Yann Garcia
Browse files

Update run-container.sh

parent 24bd478c
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
#!/bin/bash
#!/bin/bash
# Copyright ETSI 2018
# Copyright ETSI 2019
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt


#set -e
#set -e
#set -vx
#set -vx


docker run stf549_ng112:latest "/bin/bash" \
docker run stf569_Mec:latest "/bin/bash" \
	-c "source /home/etsi/devenv.bash \
	-c "source /home/etsi/devenv.bash \
	    && cd /home/etsi/dev/etsi_emcom/src/AtsNg112/objs \
	    && cd /home/etsi/dev/etsi_emcom/src/AtsMec/objs \
	    && ../bin/run_all.bash \
	    && ../bin/run_all.bash \
      && ls -ltr ../logs"
      && ls -ltr ../logs"