Closed iconoeugen closed 8 years ago
The issue around docker 1.10 is for docker storage. Typically you setup another volume that docker-storage-setup can utilize, and in Centos vagrant image, that's easy (add another disk, run docker-storage-setup, viola). However, on other .BOX's that's not so easy.
Looks like loopback support is going away quickly in docker, unless i'm not seeing this right.
For anyone who Google's their way here like I did, you can also try:
oc set env dc/docker-registry -n default REGISTRY_MIDDLEWARE_REPOSITORY_OPENSHIFT_ACCEPTSCHEMA2=true
systemctl restart origin-master.service
This manually enables the new schema version.
The latest
centos
images that are pushed on hub.docker.com require at least docker engine 1.10 that supports schema version 2: