Skip to content

pycontribs/docker-atlassian-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%