Introduction

Contents

1. Issue CA & Private Key


2. Install Docker Registry


3. Install Docker UI


4. Register certificates


5. Cross-Platform Builder Setting


Uninstall

Note


$ curl -X GET http://{address}:{port}/v2/_catalog
$ curl -X GET http://{address}:{port}/v2/{repo}/tags/list
$ curl -v --silent -H "Accept: application/vnd.docker.distribution.manifest.v2+json" -X GET http://{domain}:{port}/v2/{name}/manifests/{tag} 2>&1 | grep Docker-Content-Digest | awk '{print ($3)}'