dcos-labs / dcos-config-tool

A config UI to browse and create configurations for DC/OS packages
Apache License 2.0
9 stars 0 forks source link

Parameter to work with a local storage #7

Open jstabenow opened 8 years ago

jstabenow commented 8 years ago

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"
ftrossbach commented 8 years ago

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 https://github.com/dcos-labs/dcos-config-tool/issues/7

jstabenow commented 8 years ago

Hi :-) That's very cool! I can't develop this because I'm not a programmer. I'm so sorry.

ftrossbach commented 8 years ago

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 https://github.com/dcos-labs/dcos-config-tool/issues/7#issuecomment-221803056