https://github.com/addono/docker-atlassian-sdk
Docker images for the atlassian-sdk.
https://github.com/addono/docker-atlassian-sdk
Last synced: 20 days ago
JSON representation
Docker images for the atlassian-sdk.
- Host: GitHub
- URL: https://github.com/addono/docker-atlassian-sdk
- Owner: Addono
- License: mit
- Created: 2020-03-06T09:53:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T12:34:32.000Z (about 1 year ago)
- Last Synced: 2025-05-16T21:12:21.308Z (11 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/addono/atlassian-sdk
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Atlassian SDK
Docker images for the Atlassian SDK.
## How to use
All commands in the [Atlassian SDK](https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-help/) are available, e.g. to get the version:
```bash
docker run --rm addono/atlassian-sdk atlas-version
```
Or to launch a Jira Core instance at [http://localhost:2990/jira](http://localhost:2990/jira)
```bash
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](http://localhost:2990/jira/plugins/servlet/applications/versions-licenses).)