atlassian/crowd

Verified Publisher

By Atlassian

Updated 34 minutes ago

Atlassian Crowd for Server and Data Center deployments

Image
24

1M+

Atlassian Crowd

Crowd provides single sign-on and user identity that's easy to use.

Learn more about Crowd: https://www.atlassian.com/software/crowd

Overview

This Docker container makes it easy to get an instance of Crowd up and running.

Use docker version >= 20.10.10

Quick Start

For the CROWD_HOME directory that is used to store application data (amongst other things) we recommend mounting a host directory as a data volume, or via a named volume.

To get started you can use a data volume, or named volumes. In this example we'll use named volumes.

docker volume create --name crowdVolume
docker run -v crowdVolume:/var/atlassian/application-data/crowd --name="crowd" -d -p 8095:8095 atlassian/crowd

Success. Crowd is now available on http://localhost:8095.

Please ensure your container has the necessary resources allocated to it. See Supported Platforms for further information.

* Note: If you are using docker-machine on Mac OS X, please use open http://$(docker-machine ip default):8095 instead.

Advanced Usage

For advanced usage, e.g. configuration, troubleshooting, supportability, etc., please check the Full Documentation.

Docker Pull Command

docker pull atlassian/crowd