Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 614 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 614 Bytes

Jetbrains Hub

Docker image: Alpine Linux 3.3- openJAVA JRE 8- Jetrbains Hub 2.0

Hub is a system that provides centralized authentication, authorization; users, groups, permissions and project management across multiple installations of JetBrains team collaboration tools.

##Usage

Pull the image, create a new container with your data in volumes and start it:

docker pull boutch/jetbrains-hub
docker create --name jetbrains-hub -p 8080:8080 -v /srv/jetbrains-hub:/var/lib/hub --restart=always boutch/jetbrains-hub
docker start jetbrains-hub