Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vjik/local-docker-registry


https://github.com/vjik/local-docker-registry

Last synced: about 5 hours ago
JSON representation

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`.