We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would it possible to work with a local folder? For rapid development of new packages this would be a nice addition.
The docker command could be:
docker run -p 8080:8080 -d -v $PWD:/local-universe ftrossbach/dcos-config-reader --add-local-universe="/local-universe"
The text was updated successfully, but these errors were encountered:
Hi,
Should not be too difficult. I won't get round too it too quickly, but I welcome pull requests :)
Jan Stabenow notifications@github.com schrieb am Do., 26. Mai 2016 um 09:51:
Would it possible to work with a local folder? For rapid development of new packages this would be a nice addition. The docker command could be: docker run -p 8080:8080 -d -v $PWD:/local-universe ftrossbach/dcos-config-reader --add-local-universe="/local-universe" — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #7
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub #7
Sorry, something went wrong.
Hi :-) That's very cool! I can't develop this because I'm not a programmer. I'm so sorry.
I'll look into it. It's a nice feature idea :)
Jan Stabenow notifications@github.com schrieb am Do., 26. Mai 2016 um 09:57:
Hi :-) That's very cool! I can't develop this because I'm not a programmer. I'm so sorry. — You are receiving this because you commented. Reply to this email directly or view it on GitHub #7 (comment)
— You are receiving this because you commented.
Reply to this email directly or view it on GitHub #7 (comment)
No branches or pull requests
Would it possible to work with a local folder? For rapid development of new packages this would be a nice addition.
The docker command could be:
The text was updated successfully, but these errors were encountered: