Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vjik/local-docker-registry
https://github.com/vjik/local-docker-registry
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/vjik/local-docker-registry
- Owner: vjik
- Created: 2023-09-14T12:36:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T11:01:29.000Z (about 1 year ago)
- Last Synced: 2023-09-18T16:49:52.682Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local Docker Registry
Based on [registry by Docker](https://github.com/distribution/distribution) and
[UI by Joxit](https://github.com/Joxit/docker-registry-ui).## Requirements
- [mkcert](https://github.com/FiloSottile/mkcert)
## Installation
Add record to hosts:
```
127.0.0.1 registry.test
```Run initialize command:
```shell
make init
```## General usage
Commands:
- `make up`
- `make down`Registry available by address `registry.test:5000`.
UI: `https://registry.test:4999`.