MONROE-PROJECT / monroe-experiment-core

Experimental MONROE as a package (MaaP)
GNU General Public License v3.0
1 stars 1 forks source link

Use experiments to control if a experiment is running #8

Open jonakarl opened 5 years ago

jonakarl commented 5 years ago

check that this container is not running yet

if [ ! -z "$(docker ps | grep $CONTAINER_NAME)" ]; then echo "already running." exit $NOERROR_CONTAINER_IS_RUNNING; fi

Should be changed