|
||
---|---|---|
frontend-customauth | ||
screenshots | ||
supervisor | ||
test | ||
.dockerignore | ||
.gitignore | ||
CHANGELOG.md | ||
CloudronManifest.json | ||
DESCRIPTION.md | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
config-example.yml | ||
logo.png | ||
nginx.conf.template | ||
registry-ui.sh | ||
start.sh |
README.md
Docker Registry Cloudron App
This repository contains the Cloudron app package source for Docker Registry
Installation
or using the Cloudron command line tooling
cloudron install --appstore-id com.docker.registry
Building
The app package can be built using the Cloudron command line tooling.
cd docker-registry-app
cloudron build
cloudron install
Testing
The e2e tests are located in the test/
folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, perform tests, backup, restore and test if the repos are still ok. The tests expect port 29418 to be available.
cd docker-registry-app/test
npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js