#!/usr/bin/env bash debian() { docker build . --tag debian-user --debug docker container run -it debian-user bash } "$@"