Author: Jim Drewniak
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.
Table of Contents |
---|
Prerequisites
A laptop that has at least an i7 with four processors. My laptop is an i5 and proved to be pretty slow. At least 8 GB of ram is needed. Half a terabyte of hard drive was ok. A solid state drive would have performed better. My operating system of Windows 10 was ok as well.
...
All we need to change is the passwords.
The file was stored here: C:\users\JimDr\projects\jira\docker-compose.yml
Create the database and install JIRA
If not already running then launch the Docker Quickstart Terminal
** Thank you Ralph for supplying the remainder of the instructions **
Make sure you are in the same directory (\projects\jira\) as the "After the docker-compose.yml file has been revised you will need to place it into the /projects/jira directory.
6/21/2018 – Stopped here because unclear about the rest.
" file.
Enter the following command into the;
curl -O https://raw.githubusercontent.com/blacklabelops/jira/master/docker-compose .yml-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 |
...