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
- Host: GitHub
- URL: https://github.com/silverwind/armhf-registry
- Owner: silverwind
- License: other
- Created: 2016-05-03T21:02:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T14:37:32.000Z (over 9 years ago)
- Last Synced: 2025-02-05T14:47:53.066Z (over 1 year ago)
- Language: Makefile
- Homepage: https://hub.docker.com/r/silverwind/armhf-registry/
- Size: 10.7 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.