You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gilbert Song (JIRA)" <ji...@apache.org> on 2016/10/18 17:16:59 UTC

[jira] [Commented] (MESOS-6378) Error downloading docker images using mesos-execute cli

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

Gilbert Song commented on MESOS-6378:
-------------------------------------

[~abhat], I am closing this issue since it duplicates MESOS-6010. Let's continue the conversation in that JIRA.

> Error downloading docker images using mesos-execute cli
> -------------------------------------------------------
>
>                 Key: MESOS-6378
>                 URL: https://issues.apache.org/jira/browse/MESOS-6378
>             Project: Mesos
>          Issue Type: Bug
>          Components: docker, fetcher
>    Affects Versions: 1.0.1
>            Reporter: Aniket Bhat
>         Attachments: mesos-slave.INFO, mesos-slave.log
>
>
> When using mesos-execute cli with mesos containerizer to spawn a docker image, the curl for the image fails. 
> {code}
> [root@host-62-214 mesos]#  sudo mesos-execute --command=/bin/bash --docker_image=library/ubuntu:latest --master=172.22.62.215:5050 --name="yeah" --containerizer=mesos
> I1012 16:30:15.426878 15457 scheduler.cpp:172] Version: 1.0.1
> I1012 16:30:15.430287 15462 scheduler.cpp:461] New master detected at master@172.22.62.215:5050
> Subscribed with ID 'cd0ce0ef-330f-441b-8189-ab1a1ee760d1-0036'
> Submitted task 'yeah' to agent 'cd0ce0ef-330f-441b-8189-ab1a1ee760d1-S10'
> Received status update TASK_FAILED for task 'yeah'
>   message: 'Failed to launch container: Failed to perform 'curl': curl: (7) Failed connect to registry-1.docker.io:443; Operation now in progress
> ; Container destroyed while provisioning images'
>   source: SOURCE_AGENT
>   reason: REASON_CONTAINER_LAUNCH_FAILED
> {code}
> Mesos-slave args:
> {code}
> /usr/sbin/mesos-slave --master=zk://172.22.62.215:2181/mesos --log_dir=/var/log/mesos --containerizers=mesos,docker --executor_registration_timeout=5mins --image_providers=appc,docker --isolation=filesystem/linux,docker/runtime --work_dir=/var/lib/mesos
> {code}



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