Open jonakarl opened 5 years ago
if [ ! -z "$(docker ps | grep $CONTAINER_NAME)" ]; then echo "already running." exit $NOERROR_CONTAINER_IS_RUNNING; fi
Should be changed
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