Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 275 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 275 Bytes

docker-cookiecutter

Cookiecutter templates in docker

Usage

alias cookiecutter='docker run -it --rm -v "$PWD:/data" helder/cookiecutter'

Run another command in the container

Use the - argument to skip the cookiecutter entrypoint:

$ cookiecutter - bash