#!/bin/bash docker build -t myscratch . echo "running with: 'docker run --rm myscratch'" docker run --rm myscratch