Skip to content

Instantly share code, notes, and snippets.

@leafmulch
Created June 25, 2015 13:24
Show Gist options
  • Save leafmulch/77e9bbf8b11643265853 to your computer and use it in GitHub Desktop.
Save leafmulch/77e9bbf8b11643265853 to your computer and use it in GitHub Desktop.
host docker 1.7 - envy container 1.6
Since I upgraded (see above). Here's some more logs from the host docker engine - docker versions now differ between host and envy container - probably cause of new failure?
INFO[0137] GET /v1.18/containers/leafmulch.leafmulch/changes
DEBU[0137] Warning: client and server don't have the same version (client: 1.6.1, server: 1.7.0)
ERRO[0137] Handler for GET /containers/{name:.*}/changes returned error: no such id: leafmulch.leafmulch
ERRO[0137] HTTP Error err=no such id: leafmulch.leafmulch statusCode=404
DEBU[0138] Calling POST /containers/create
INFO[0138] POST /v1.18/containers/create?name=leafmulch.leafmulch
DEBU[0138] Warning: client and server don't have the same version (client: 1.6.1, server: 1.7.0)
DEBU[0138] Calling POST /containers/{name:.*}/start
INFO[0138] POST /v1.18/containers/3a7d64920170dc69de1a5254c717cb24dfc1c668ede40c7a26d82cd7d0217d42/start
DEBU[0138] Warning: client and server don't have the same version (client: 1.6.1, server: 1.7.0)
DEBU[0138] Calling GET /images/{name:.*}/history
INFO[0138] GET /v1.18/images/leafmulch/leafmulch/history
DEBU[0138] Warning: client and server don't have the same version (client: 1.6.1, server: 1.7.0)
ERRO[0138] Handler for GET /images/{name:.*}/history returned error: could not find image: no such id: leafmulch/leafmulch
ERRO[0138] HTTP Error err=could not find image: no such id: leafmulch/leafmulch statusCode=404
From host:
# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
3a7d64920170 jpetazzo/dind "wrapdocker" 7 minutes ago Up 7 minutes leafmulch.leafmulch
66435881fa4f progrium/envy "codep '/bin/execd - 7 minutes ago Up 7 minutes 0.0.0.0:80->80/tcp, 0.0.0.0:2222->22/tcp envy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment