A Docker Container for drafter.
Read the official drafter documentation first.
docker run --rm -v "$PWD:/drafter" jaceju/drafter -v
For short, you can use alias for the long command line text. Place the alias statement in your .bashrc
or .zshrc
.
alias drafter='docker run --rm -v "$PWD":/drafter jaceju/drafter'
docker build -t jaceju/drafter .