mirror of
https://github.com/luzifer-docker/openfire.git
synced 2024-11-09 18:00:13 +00:00
790 B
790 B
luzifer-docker / openfire
Run Openfire XMPP server in a Docker container
Usage
## Build container (optional)
$ docker build -t luzifer/openfire .
## Execute curator
$ docker run --rm -ti -v /data/openfire:/data luzifer/openfire
## Persistence including config and keystore will be created
$ tree /data/openfire
/data/openfire
├── conf
│ ├── available-plugins.xml
│ ├── crowd.properties
│ ├── openfire.xml
│ ├── security.xml
│ └── server-update.xml
├── embedded-db
│ ├── openfire.lck
│ ├── openfire.log
│ ├── openfire.properties
│ ├── openfire.script
│ └── openfire.tmp
└── security
└── keystore
4 directories, 10 files