navidshaikh / dockerfiles

Set of Dockerfiles for JBoss projects

Home Page:http://www.jboss.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JBoss Dockerfiles

This repository contains examples of Dockerfiles that can be used to build Docker images with JBoss Community projects.

Usage

Automated builds

This repository is hooked with docker.io automated builds feature. You can find the images under the jboss account: https://hub.docker.com/u/jboss/

Building locally

You can assume that running following command should build the image for you:

docker build .

If it fails, please take a look at the README.md, there may be some instructions how to build it. If you think you found an issue -- let us know.

Running

Every image is different. See instructions in README.md located next to the Dockerfile you want to build.

Contribution

You don't see your project here? Just create a pull request -- we're happy to merge it. If you need help with creating the Dockerfile for tour project -- just open an issue and we'll see what we can do :)

License

All files listed in this repository are licensed under MIT license.

About

Set of Dockerfiles for JBoss projects

http://www.jboss.org/

License:MIT License


Languages

Language:Shell 100.0%