#!/bin/bash docker images > /dev/null || { echo Please install docker in non-sudo mode. ; exit; } ./spark-test/build