Author: Jim Drewniak
*** This document has not been completed ***
The TSSG DevOps group have decided to use JIRA within a Docker container. The reason is to learn more about the use of containers for development and using various software like JIRA. When this installation is complete the laptop will be configure to use the Oracle VM Virtualbox and Docker.
...
If not already running then launch the Docker Quickstart Terminal
6/21/2018 – Stopped here because unclear about the rest.
Enter the following command into the
curl -O https://raw.githubusercontent.com/blacklabelops/jira/master/docker-compose.yml
** Thank you Ralph for supplying the remainder of the instructions **
Make sure you are in the same directory (\projects\jira\) as the "docker-compose.yml" file.
enter the following command;
docker-compose -d up
You'll end up with the database image and container built first, and then the JIRA image and container built and configured automatically!
Info |
---|
Author: Jim Drewniak |
...