https://github.com/schmunk42/docker-boilr
385
:octocat: https://github.com/tmrts/boilr :whale: https://hub.docker.com/r/schmunk42/boilr/
In your .bashrc add
alias boilr="pwd | xargs -I {} -o docker run -it --rm -v ~/.config/boilr:/root/.config/boilr -v {}:/project --workdir /project schmunk42/boilr"
With the above alias you can use boilr as a command on your host, your current working directory is mapped to /project in the container.
cd my-project
boilr template download tmrts/boilr-license license
boilr template use license project-license
Built by dmstrContent type
Image
Digest
Size
85.5 MB
Last updated
over 10 years ago
docker pull schmunk42/boilr