Comment 3 for bug 1755455

Revision history for this message
Bogdan Dobrelya (bogdando) wrote :

NOTE: I tried to use notation :

vi /etc/docker-distribution/registry/config.yml

version: 0.1
log:
  fields:
    service: registry
storage:
    cache:
        layerinfo: inmemory
    filesystem:
        rootdirectory: /var/lib/registry
http:
    addr: [<some-IPv6-address>]:8787

but the docker-distribution service fails to restart.
So perhaps the master patch was not enough to address that issue?