[jira] [Comment Edited] (MESOS-5967) Add support for 'docker image inspect' in our docker abstraction.

2017-04-26 Thread Michael Park (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-5967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15985943#comment-15985943
 ] 

Michael Park edited comment on MESOS-5967 at 4/27/17 3:48 AM:
--

[~gyliu], [~bmahler], [~klueska]: Re-targeting this for 1.4.0. Please let me 
know if this is a blocker for 1.3.0.


was (Author: mcypark):
[~gyliu][~bmahler][~klueska]: Re-targeting this for 1.4.0. Please let me know 
if this is a blocker for 1.3.0.

> Add support for 'docker image inspect' in our docker abstraction.
> -
>
> Key: MESOS-5967
> URL: https://issues.apache.org/jira/browse/MESOS-5967
> Project: Mesos
>  Issue Type: Improvement
>  Components: containerization, docker
>Reporter: Kevin Klues
>Assignee: Guangya Liu
>  Labels: gpu
>
> Docker's command line tool for {{docker inspect}} can take either a 
> {{container}}, an {{image}}, or a {{task}} as its argument, and return a JSON 
> array containing low-level information about that container, image or task. 
> However, the current {{docker inspect}} support in our docker abstraction 
> only supports inspecting containers (not images or tasks).  We should expand 
> this to (at least) support images.
> In particular, this additional functionality is motivated by the upcoming GPU 
> support, which needs to inspect the labels in a docker image to decide if it 
> should inject the required Nvidia volumes into a container.  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (MESOS-5967) Add support for 'docker image inspect' in our docker abstraction.

2017-01-07 Thread Guangya Liu (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-5967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15807232#comment-15807232
 ] 

Guangya Liu edited comment on MESOS-5967 at 1/7/17 10:15 AM:
-

[~klueska] Just rebased, all of the patches are valid now, can you please help 
review? Thanks.


was (Author: gyliu):
[~klueska] Just rebased, all of the patches are now valid now, can you please 
help review? Thanks.

> Add support for 'docker image inspect' in our docker abstraction.
> -
>
> Key: MESOS-5967
> URL: https://issues.apache.org/jira/browse/MESOS-5967
> Project: Mesos
>  Issue Type: Improvement
>  Components: containerization, docker
>Reporter: Kevin Klues
>Assignee: Guangya Liu
>  Labels: gpu
>
> Docker's command line tool for {{docker inspect}} can take either a 
> {{container}}, an {{image}}, or a {{task}} as its argument, and return a JSON 
> array containing low-level information about that container, image or task. 
> However, the current {{docker inspect}} support in our docker abstraction 
> only supports inspecting containers (not images or tasks).  We should expand 
> this to (at least) support images.
> In particular, this additional functionality is motivated by the upcoming GPU 
> support, which needs to inspect the labels in a docker image to decide if it 
> should inject the required Nvidia volumes into a container.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (MESOS-5967) Add support for 'docker image inspect' in our docker abstraction.

2016-10-11 Thread Guangya Liu (JIRA)

[ 
https://issues.apache.org/jira/browse/MESOS-5967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15564767#comment-15564767
 ] 

Guangya Liu edited comment on MESOS-5967 at 10/11/16 7:34 AM:
--

https://reviews.apache.org/r/52727/ Added `Labels` to docker image.
https://reviews.apache.org/r/52666/ Added support for `docker inspect image` in 
docker containerizer.
https://reviews.apache.org/r/52728/ Renamed `inspect` to `inspectContainer`.


was (Author: gyliu):
{code}
https://reviews.apache.org/r/52727/ Added `Labels` to docker image.
https://reviews.apache.org/r/52666/ Added support for `docker inspect image` in 
docker containerizer.
https://reviews.apache.org/r/52728/ Renamed `inspect` to `inspectContainer`.
{code}

> Add support for 'docker image inspect' in our docker abstraction.
> -
>
> Key: MESOS-5967
> URL: https://issues.apache.org/jira/browse/MESOS-5967
> Project: Mesos
>  Issue Type: Improvement
>Reporter: Kevin Klues
>Assignee: Guangya Liu
>  Labels: gpu
>
> Docker's command line tool for {{docker inspect}} can take either a 
> {{container}}, an {{image}}, or a {{task}} as its argument, and return a JSON 
> array containing low-level information about that container, image or task. 
> However, the current {{docker inspect}} support in our docker abstraction 
> only supports inspecting containers (not images or tasks).  We should expand 
> this to (at least) support images.
> In particular, this additional functionality is motivated by the upcoming GPU 
> support, which needs to inspect the labels in a docker image to decide if it 
> should inject the required Nvidia volumes into a container.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)