-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write output to the current working dir of the host machine #1
Comments
Hi there, you could use something like this in your docker run command:
to mount the current hosts working directory to the container's Cheers. |
As an example, I was able to get it work:
where I mount So, from my point of view the container is fully functionnal :) I just suggest you to include the UTF8 stuff inside the container, so we can avoid specifying it each time. Edit: There is several solution to avoid specifying UTF8 on the line: |
@audreyr docker lets you set your working directory through the cli
should create a directory right in from of you! |
Hi, a fix is proposed in this pull request: #8 |
I think the way to do it would be:
/outputdir
cookiecutter -o /outputdir
The text was updated successfully, but these errors were encountered: