Skip to content

SoftwareCraftsmen/docker-atlassian-jira-software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Prepare a docker host

docker-machine create --driver virtualbox atlassian <1>
docker-machine start atlassian <2>
eval `docker-machine env atlassian` <3>
  1. Create a docker machine (once only)
  2. Start the docker machine
  3. Setup the docker client to use the docker-machine

Build the image

docker build -t softwarecraftsmen/atlassian-jira-software .

Run a JIRA instance

docker pull softwarecraftsmen/atlassian-jira-software
docker run -d --name jira -p 8080:8080 softwarecraftsmen/atlassian-jira-software

Startup after creating a container takes some time as the installation and configuration process is continuing. So be patient until the start page for license registration can be opened.

To open the JIRA start page on Mac OSX run from the shell:

open http://`docker-machine ip atlassian`:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published