From 05f1cf4dd426c29dd09ed0980c045ba4722d1721 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 8 Feb 2021 19:27:15 +0000 Subject: [PATCH] Update README.md --- README.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dc6fa6..c7eb604 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,34 @@ -# +# JIRA Data Center +## jira-node -Project template for all Iron Bank container repositories. \ No newline at end of file +### Build and run image + +**1.** Build image + + docker build -t . + +**2.** Run image + + docker run -t --name jira-cluster-node --net= -v :/jira-shared-home -e JIRA_NODE_NAME= + +### Recommended resource requirements + +**1.** Min/max cpu + + 2/- + +**2.** Min/max memory + + 2g/- + +**3.** Storage min/max/limits + + 10gb/-/- + +**4.** How many storage volumes the application needs + + 1 + +**5.** Max number of containers + + n/a -- GitLab