#!/bin/bash docker build . -t workspace docker run --rm -it --mount=type=bind,source="$(pwd)"/code,target=/code workspace