Docker CentOS Jira Container
This container is built with any commit to the master
branch of this repo. If you wish to build the image locally, do the following:
- Install Docker.
cd
into this directory.- Run
docker build -t centos-jira .
- Install Docker.
- Pull this image from Docker Hub:
docker pull v0rts/docker-centos-jira:latest
(or use the tag you built earlier, e.g.centos-jira
). - Run a container from the image:
docker run -d -p 8080:8080 v0rts/docker-centos-jira
- Connect to the Jira instance
https://localhost:8080
- Attach to container via shell:
docker exec -t -i container_id /bin/bash
Created by v0rts ([email protected])