Jira Service Management is a fully featured service desk tool used by modern IT teams.
5M+
Jira Software Data Center helps the world’s best agile teams plan, track, and release great software at scale.
Jira Service Management Data Center is an enterprise ITSM solution that offers high availability, meeting your security and compliance needs so no request goes unresolved.
Jira Core is a project and task management solution built for business teams.
This Docker container makes it easy to get an instance of Jira Software, Service Management or Core up and running.
Note: Jira Software will be referenced in the examples provided.
Use docker version >= 20.10.10
For the JIRA_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.
Additionally, if running Jira in Data Center mode it is required that a shared
filesystem is mounted. The mountpoint (inside the container) can be configured
with JIRA_SHARED_HOME.
To get started you can use a data volume, or named volumes. In this example we'll use named volumes.
docker volume create --name jiraVolume
docker run -v jiraVolume:/var/atlassian/application-data/jira --name="jira" -d -p 8080:8080 atlassian/jira-software
Success. Jira is now available on http://localhost:8080*
Please ensure your container has the necessary resources allocated to it. We recommend 2GiB of memory allocated to accommodate the application server. See System Requirements for further information.
* Note: If you are using docker-machine on Mac OS X, please use open http://$(docker-machine ip default):8080 instead.
For advanced usage, e.g. configuration, troubleshooting, supportability, etc., please check the Full Documentation.
Content type
Image
Digest
sha256:1236213e7…
Size
857.3 MB
Last updated
about 6 hours ago
docker pull atlassian/jira-servicemanagement:10.4.0-jdk17Pulls:
9,894
Last week