Sign inSign up

ahaasler/jira-data

By ahaasler

Updated almost 11 years ago

Image
0

1.3K

ahaasler/jira-data repository overview

docker-jira-data

A data-only container ready to be used with docker-jira.

Usage

  1. Create and name the data-only container:

docker run --name jira-data ahaasler/jira-data ```

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

Thanks

License

This image is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Tag summary

Content type

Image

Digest

sha256:c5d736925

Size

1.1 MB

Last updated

almost 11 years ago

docker pull ahaasler/jira-data