Skip to content

Instantly share code, notes, and snippets.

@aabed
Created November 11, 2015 16:23
Show Gist options
  • Save aabed/2f7608ae600a23c830f2 to your computer and use it in GitHub Desktop.
Save aabed/2f7608ae600a23c830f2 to your computer and use it in GitHub Desktop.
mesos logs
Nov 11 16:12:19 localhost docker: time="2015-11-11T16:12:19.206810112Z" level=info msg="GET /v1.20/containers/ubuntu:latest/json"
Nov 11 16:12:19 localhost docker: time="2015-11-11T16:12:19.206950720Z" level=error msg="Handler for GET /containers/{name:.*}/json returned error: no such id: ubuntu:latest"
Nov 11 16:12:19 localhost docker: time="2015-11-11T16:12:19.206969206Z" level=error msg="HTTP Error" err="no such id: ubuntu:latest" statusCode=404
Nov 11 16:12:19 localhost docker: time="2015-11-11T16:12:19.207164087Z" level=info msg="GET /v1.20/images/ubuntu:latest/json"
Nov 11 16:12:19 localhost docker: time="2015-11-11T16:12:19.207198585Z" level=error msg="Handler for GET /images/{name:.*}/json returned error: No such image: ubuntu:latest"
Nov 11 16:12:19 localhost docker: time="2015-11-11T16:12:19.207212218Z" level=error msg="HTTP Error" err="No such image: ubuntu:latest" statusCode=404
Nov 11 16:12:19 localhost docker: time="2015-11-11T16:12:19.333841339Z" level=info msg="POST /v1.20/images/create?fromImage=ubuntu%3Alatest"
Nov 11 16:12:23 localhost docker: time="2015-11-11T16:12:23.497672433Z" level=info msg="Image manifest for docker.io/ubuntu:latest has been verified"
ov 11 16:17:42 node2 docker: time="2015-11-11T16:17:42.245790374Z" level=error msg="HTTP Error" err="no such id: mesos-fea52bbc-bc5e-4e6a-9f4e-8f3beaf5740b-S1.58d92f42-e0fa-4622-84a1-0451c47cc8b4" statusCode=404
Nov 11 16:17:42 node2 docker: time="2015-11-11T16:17:42.247035465Z" level=info msg="GET /v1.20/images/mesos-fea52bbc-bc5e-4e6a-9f4e-8f3beaf5740b-S1.58d92f42-e0fa-4622-84a1-0451c47cc8b4/json"
Nov 11 16:17:42 node2 docker: time="2015-11-11T16:17:42.247117331Z" level=error msg="Handler for GET /images/{name:.*}/json returned error: No such image: mesos-fea52bbc-bc5e-4e6a-9f4e-8f3beaf5740b-S1.58d92f42-e0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment