Docker images for the Atlassian SDK.
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.)