Docker Problems and Error Messages - innovationOUtside/tm351vm-binder GitHub Wiki
Check docker error messages here to see if there is a fix for your probelm...
Pulling containers
Issue: when running:
docker pull ousefulcoursecontainers/ou-tm351
the following error message appears:
Using default tag: latest
'Error response from daemon: manifest for ousefulcoursecontainers/ou-tm351:latest not found: manifest unknown: manifest unknown'
Fix: by default, docker will try to pull an image with tag :latest
. There is no latest
tagged image. The current presentation container is tagged as current
. Instead, run the command:
docker pull ousefulcoursecontainers/ou-tm351:current