You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Graham
40acfda212
|
5 years ago | |
---|---|---|
.gitignore | 5 years ago | |
Dockerfile | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
adoptopenjdk.gpg | 5 years ago |
README.md
OpenRS2 Docker Image
Building
docker build -t registry.openrs2.dev/openrs2-dev .
Deploying
Pushes must be made via a different hostname to work around the registry's compatibility with nginx authentication.
docker login registry-admin.openrs2.dev
docker tag registry{-admin,}.openrs2.dev/openrs2-dev
docker push registry-admin.openrs2.dev/openrs2-dev
License
OpenRS2 is available under the terms of the ISC license, which is
similar to the 2-clause BSD license. The full copyright notice and terms are
available in the LICENSE
file.