l1nh4r3s/srvopenfire
Image based on Linux Alpine with OpenJDK 8 and the latest stable version of Openfire.
Pull image in your host
# docker pull l1nh4r3s/srvopenfire
Or build your own image based in my dockerfile
# docker build -t l1nh4r3s/srvopenfire github.com/linhareslucas/srvopenfire
Start Openfire in docker
# docker container run -d -p 9090:9090 -p 5222:5222 -p 7777:7777 l1nh4r3s/srvopenfire -v /your-localvolume/:/var/lib/openfire
Access your brownser http://localhost:9090/ and follow the setup procedure to complete the installation
http://www.igniterealtime.org/projects/openfire/documentation.jsp
https://github.com/gizmotronic/docker-openfire
docker pull l1nh4r3s/srvopenfire