README: Update to clarify intended usage of this repository
This commit is contained in:
parent
b186acf8ff
commit
933be62950
1 changed files with 12 additions and 4 deletions
16
README.md
16
README.md
|
@ -1,13 +1,21 @@
|
||||||
# Prosody Docker
|
# Docker build scripts for Prosody build server
|
||||||
|
|
||||||
This is the Prosody Docker image building repository. Its only really designed to be used on the Prosody build server for pushing to the [Docker registry](https://registry.hub.docker.com).
|
This is the Prosody Docker image building repository. It is used by our build server to build and publish Docker images for stable releases and nightly builds.
|
||||||
|
|
||||||
For images please see here: [Prosody on Docker](https://registry.hub.docker.com/u/prosody/prosody/).
|
**Note:** Using this Dockerfile outside of our build server is not a supported use-case. There are many
|
||||||
|
alternative Dockerfiles for Prosody available which can be used for this:
|
||||||
|
|
||||||
It works by coping in a recently built `deb` file and running the install on the system.
|
- [OpusVL/prosody-docker](https://github.com/OpusVL/prosody-docker/)
|
||||||
|
- [unclev/prosody-docker-extended](https://github.com/unclev/prosody-docker-extended)
|
||||||
|
|
||||||
|
## Published images
|
||||||
|
|
||||||
|
For images please see here: [Prosody on Docker](https://hub.docker.com/r/prosody/prosody/).
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
|
It works by copying in a recently built `deb` file and running the install on the system.
|
||||||
|
|
||||||
Docker images are built off an __Ubuntu 14.04 LTS__ base.
|
Docker images are built off an __Ubuntu 14.04 LTS__ base.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue