You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2015/08/21 04:39:46 UTC

[jira] [Updated] (MESOS-2986) Docker version output is not compatible with Mesos

     [ https://issues.apache.org/jira/browse/MESOS-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

haosdent updated MESOS-2986:
----------------------------
    Attachment: MESOS-2986_0_22_1.patch

[~hoffman60613] I rebase [~ijimenez] patch to 0.22.1 (in attachment). You could use it through 
{code}
patch -p1 < MESOS-2986_0_22_1.patch
{code}
and rebuild the packages.

But I only test it under Ubuntu 14.04 with docker 1.8.1, and make sure it pass
{code}
sudo GLOG_v=1 ./bin/mesos-tests.sh --gtest_filter="DockerContainerizerTest.*" --verbose
sudo GLOG_v=1 ./bin/mesos-tests.sh --gtest_filter="DockerTest.*" --verbose
{code}

If you want to use it in production environment, please test it in test environment first. Because I not sure my backport don't have problem.

> Docker version output is not compatible with Mesos
> --------------------------------------------------
>
>                 Key: MESOS-2986
>                 URL: https://issues.apache.org/jira/browse/MESOS-2986
>             Project: Mesos
>          Issue Type: Bug
>          Components: docker
>            Reporter: Isabel Jimenez
>            Assignee: Isabel Jimenez
>              Labels: mesosphere
>             Fix For: 0.23.0
>
>         Attachments: MESOS-2986_0_22_1.patch
>
>
> We currently use docker version to get Docker version, in Docker master branch and soon in Docker 1.8 [1] the output for this command changes. The solution for now will be to use the unchanged docker --version output, in the long term we should consider stop using the cli and use the API instead. 
> [1] https://github.com/docker/docker/pull/14047



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