qinlu created MESOS-4391:
----------------------------
Summary: docker pull a remote image conflict
Key: MESOS-4391
URL: https://issues.apache.org/jira/browse/MESOS-4391
Project: Mesos
Issue Type: Bug
Components: docker
Affects Versions: 0.26.0
Environment: CentOS Linux release 7.2.1511 (Core)
3.10.0-327.el7.x86_64
Reporter: qinlu
I run a docker app with 3 tasks,and the docker image not exist in the slave ,it
must to pull from docker.io.
Marathon assign 2 app run in a slave,and the last in another.
I see the log by journalctl,it show me like this :level=error msg="HTTP Error"
err="No such image: solr:latest" statusCode=404.
There is two threads to pull the image
[root@** ~]# ps -ef|grep solr
root 30113 10735 0 12:17 ? 00:00:00 docker -H
unix:///var/run/docker.sock pull solr:latest
root 30114 10735 0 12:17 ? 00:00:00 docker -H
unix:///var/run/docker.sock pull solr:latest
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)