Add the jenkins template

This commit is contained in:
Anthony Lapenna
2016-09-15 10:07:32 +12:00
parent 1066f9dd1e
commit 3ba939aed1
2 changed files with 13 additions and 1 deletions

View File

@@ -69,7 +69,7 @@
},
{
"title": "Redis",
"description": "open source in-memory data structure store",
"description": "Open-source in-memory data structure store",
"logo": "https://hub.docker.com/public/images/official/redis.png",
"image": "redis:latest",
"ports": [
@@ -77,6 +77,17 @@
],
"volumes": ["/data"]
},
{
"title": "Jenkins",
"description": "Open-source continuous integration tool",
"logo": "https://hub.docker.com/public/images/official/jenkins.png",
"image": "jenkins:latest",
"ports": [
"8080/tcp",
"50000/tcp"
],
"volumes": ["/var/jenkins_home"]
},
{
"title": "WordPress",
"description": "A free and open-source CMS",