Alias to run the Docker container in the current directory with user UID/GID
drun [OPTIONS] IMAGE [COMMAND] [ARG...]
See 'docker run --help'.
git clone https://github.com/denel-manilov/drun.git
cd drun/examples
drun php:7-cli php hello.php
drun node:8 node cat.js
curl -L "https://raw.githubusercontent.com/denel-manilov/drun/master/drun.sh" -o ~/.local/bin/drun
chmod +x ~/.local/bin/drun