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.
This image is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
Content type
Image
Digest
sha256:c5d736925…
Size
1.1 MB
Last updated
almost 11 years ago
docker pull ahaasler/jira-data