atlassian/jira-servicemanagement

Verified Publisher

By Atlassian

Updated about 6 hours ago

Jira Service Management is a fully featured service desk tool used by modern IT teams.

Image
35

5M+

atlassian/jira-servicemanagement repository overview

Atlassian Jira SoftwareAtlassian Jira Service ManagementAtlassian Jira Core

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.

Overview

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

Quick Start

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.

Advanced Usage

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

Tag summary

Content type

Image

Digest

sha256:1236213e7

Size

857.3 MB

Last updated

about 6 hours ago

docker pull atlassian/jira-servicemanagement:10.4.0-jdk17

This week's pulls

Pulls:

9,894

Last week