Dockerized jira service, built on top of official Debian images.
608
Dockerized jira service, built on top of official Debian images. Min 2GB Ram, 10GB Disk Size
| Product | Version | Tags | Dockerfile |
|---|---|---|---|
| Jira Software | 7.5.1 | v7.5.1, latest | Dockerfile |
| Jira Software | 7.5.0 | v7.5.0 | Dockerfile |
| Jira Software | 7.4.2 | v7.4.2 | Dockerfile |
Docker-Compose:
$ curl -O https://raw.githubusercontent.com/thinegan/debian-jira/master/docker-compose.yml
$ docker-compose pull && docker-compose up -d
$ docker run -d -p 8000:8080 \
-v /home/user/jira-data:/home/www/public_html/jira-data.server.com \
--name jira thinegan/debian-jira:v7.5.0
jira-data.
If you run into any problems with this image, please check (and potentially file new) issues on the thinegan/debian-jira repo, which is the source for this image.
Content type
Image
Digest
Size
1.3 GB
Last updated
almost 9 years ago
docker pull thinegan/debian-jira