git clone https://github.com/distribution/distribution.git
cd distribution
go run cmd/registry/main.go serve config.yml
Created
October 18, 2022 09:08
-
-
Save edigaryev/e91aaace0e51e89cd933413d7a1492c5 to your computer and use it in GitHub Desktop.
Docker Registry without Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: 0.1 | |
| log: | |
| fields: | |
| service: registry | |
| storage: | |
| cache: | |
| blobdescriptor: inmemory | |
| filesystem: | |
| rootdirectory: /tmp/registry | |
| http: | |
| addr: :8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment