Skip to content

This repo contains build file for some useful docker images

Notifications You must be signed in to change notification settings

tqvarnst/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Images

This repository contains docker images for:

  • JBoss EAP
  • Jenkins Base
  • Jenkins CI (added plugins and jobs for demo)
  • Sonatype Nexus
  • SonarQube

Use the cli script in demo-cd in order to setup a CD environment based on the above components.

Instructions

Build a docker image

$ cd [image_name]
$ docker build -t [image_name] .

Start a docker container in detached mode

$ docker run -d -P [image_name]

Demo

Look at demo-cd for further instructions how to setup a Continueous Delivery environment using the included docker containers.

About

This repo contains build file for some useful docker images

Resources

Stars

Watchers

Forks