[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-12-02 Thread Jojy Varghese (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15036382#comment-15036382 ] Jojy Varghese commented on MESOS-3787: -- [~adam-mesos] That is a great point. I would think that we

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-12-01 Thread Adam B (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15034131#comment-15034131 ] Adam B commented on MESOS-3787: --- Please allow me to express a potential security concern. I hope that our

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-30 Thread Jojy Varghese (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15032258#comment-15032258 ] Jojy Varghese commented on MESOS-3787: -- [~haosd...@gmail.com], [~sdegler] Looks like a hybrid

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-03 Thread Stephen Degler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14987934#comment-14987934 ] Stephen Degler commented on MESOS-3787: --- The patch by [~haosd...@gmail.com] does not have the

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-03 Thread Stephen Degler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988733#comment-14988733 ] Stephen Degler commented on MESOS-3787: --- Also the shell footprint isn't a big deal, however

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-03 Thread Stephen Degler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988747#comment-14988747 ] Stephen Degler commented on MESOS-3787: --- Yes I see thtat the subprocess has them expanded. Let me

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-03 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988693#comment-14988693 ] haosdent commented on MESOS-3787: - Because have two process? > As a developer, I'd like to be able to

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-03 Thread Stephen Degler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988721#comment-14988721 ] Stephen Degler commented on MESOS-3787: --- Because should have been expanded by the time is

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-03 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988726#comment-14988726 ] haosdent commented on MESOS-3787: - I notice the second item in you post about "ps" have already show the

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-03 Thread Stephen Degler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988809#comment-14988809 ] Stephen Degler commented on MESOS-3787: --- Ah I see: Something like this:"volumes": [

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-03 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988814#comment-14988814 ] haosdent commented on MESOS-3787: - yes, now if the container path don't have a "/" prefix, would treat it

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-03 Thread Stephen Degler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14988821#comment-14988821 ] Stephen Degler commented on MESOS-3787: --- My horrible hack :-) "volumes": [ {

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-11-02 Thread Adam B (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14986512#comment-14986512 ] Adam B commented on MESOS-3787: --- [~tnachen] can you shepherd this? > As a developer, I'd like to be able to

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-10-27 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14975836#comment-14975836 ] haosdent commented on MESOS-3787: - Add a test case to verify above proposal could works.

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-10-26 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14975486#comment-14975486 ] haosdent commented on MESOS-3787: - I think we just need run it use the shell way, not need extra variables

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-10-26 Thread Stephen Degler (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14974722#comment-14974722 ] Stephen Degler commented on MESOS-3787: --- Our goal is to discover some information dynamically.

[jira] [Commented] (MESOS-3787) As a developer, I'd like to be able to expand environment variables through the Docker executor.

2015-10-21 Thread haosdent (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14968410#comment-14968410 ] haosdent commented on MESOS-3787: - For CommandInfo, I think Mesos already set them when start a docker