Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 858 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 858 Bytes

Docker Compose for Registry ARM64

Fully working example of Deploying Example. Used my docker registry image Docker Registry ARM64.

Content

Why?

This package was developed for running docker registry on ARM64 devices. Builder image is based on arm64v8/golang and final registry image is based upon arm64v8/debian.

What to do?

This image is build for ARM64. Based on the original distribution package.

  1. Just clone this repo.
  2. Generate htpasswd with: htpasswd -B -c data/auth/htpasswd
  3. Put your certificate and private key in data/certs/
  4. docker-compose up -d. Running on Port 5030. Done!

Used and tested on ARM64 scaleway instance