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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14651465#comment-14651465 ] 

David Young commented on MESOS-2986:
------------------------------------

In Fedora 22, docker 1.7 will report version as {{1.7.0.fc22}}, this will break mesos slave from start up.
{code}
docker --version
Docker version 1.7.0.fc22, build 74e7a7a/1.7.0
{code}

{code}
Failed to create a containerizer: Could not create DockerContainerizer: Failed to create docker: Failed to get docker version: Failed to parse docker version: Version string has 4 components; maximum 3 components allowed
{code}

> 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
>
>
> 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)