Why do containers fail to fetch URIs in DC/OS? Why do containers fail to fetch URIs in DC/OS? docker docker

Why do containers fail to fetch URIs in DC/OS?


You are missing the extract instruction:

"fetch":[     {        "uri":"file:///home/core/docker.tar.gz",      "extract":true   }]