A data-only container ready to be used with docker-jira.
-
Create and name the data-only container:
docker run --name jira-data ahaasler/jira-data ```
-
Use it in the jira container:
docker run --name jira --volumes-from jira-data -d -p 8080:8080 ahaasler/jira ```
See docker-jira for more information on the jira container.
- Docker for this amazing container engine.
- PostgreSQL for this advanced database.
- Atlassian for making great products. Also for their work on atlassian-docker which inspired this.
- Azul Systems for their OpenJDK docker base image.
- And specially to you and the entire community.
This image is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.