Private registry with DfW

Expected behavior

Being able to run a private registry on DfW

Actual behavior

docker push always returns an error

Information

I know that TLS and DOCKER_OPTS are not yet supported but running under localhost, it would seem that a private registry would be supported

Steps to reproduce the behavior

  1. D:\Tools\Sysinternals>docker images
    REPOSITORY TAG IMAGE ID CREATED SIZE
    10.0.75.2:5000/debian latest 1742affe03b5 19 hours ago 125.1 MB
    debian latest 1742affe03b5 19 hours ago 125.1 MB

  2. docker ps
    CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
    aac08259091c distribution/registry “registry /etc/docker” About a minute ago Up About a minute 10.0.75.2:5000->5000/tcp registry

  3. D:\Tools\Sysinternals>docker push 10.0.75.2:5000/debian
    The push refers to a repository [10.0.75.2:5000/debian]
    Get https://10.0.75.2:5000/v1/_ping: tls: oversized record received with length 20527

Thanks for reporting, we’re working on getting this done properly.