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

https://github.com/silverwind/armhf-registry

Minimal Docker Registry image the ARM architecture
https://github.com/silverwind/armhf-registry

Last synced: about 1 year ago
JSON representation

Minimal Docker Registry image the ARM architecture

Awesome Lists containing this project

README

          

# armhf-registry

Minimal [Docker Registry](https://docs.docker.com/registry/) image for the ARM architecture, built from the `scratch` image. Current image size is 11 MiB. ARMv5 and up are supported.

## Example
````sh
$ docker run -d -v /srv/registry/data:/data -p 5000:5000 --name registry silverwind/armhf-registry
````

### Documentation
See the [official registry documentation](https://docs.docker.com/registry/deploying/).

© [silverwind](https://github.com/silverwind), distributed under BSD licence.