Hub is a system that provides centralized authentication, authorization; users, groups, permissions and project management across multiple installations of JetBrains team collaboration tools.
- Version 2017.4.8117
Pull the image, create a new container and start it:
docker pull seti/jetbrains-hub
docker run -d \
--name jetbrains-hub \
-p 8080:8080 \
--restart=always \
-v HOST/DIR:/data
seti/jetbrains-hub