#!/bin/bash IMAGE=registry.hottis.de/dockerized/c-build-env:latest docker pull $IMAGE docker run -it --rm -v $PWD:/work $IMAGE bash