Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 629 Bytes

File metadata and controls

14 lines (12 loc) · 629 Bytes

Docker Atlassian SDK

Docker images for the Atlassian SDK.

How to use

All commands in the Atlassian SDK are available, e.g. to get the version:

docker run --rm addono/atlassian-sdk atlas-version

Or to launch a Jira Core instance at http://localhost:2990/jira

docker run -it -p 2990:2990 addono/atlassian-sdk atlas-run-standalone --product jira

(After launching, you can enable Jira Software or Service Desk here.)