appc / build-repository

Repository of tools to build ACIs for various projects (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
11 stars 9 forks source link

build ACIs for popular Java applications #5

Open jonboulle opened 9 years ago

jonboulle commented 9 years ago

We should explore creating ACIs for some of the more popular infrastructure apps:

alban commented 9 years ago

I was given this link about how to run Hadoop in containers: https://docs.google.com/document/d/1aF6SRRZep_UeGzlfIhA9WWUzsAjxmevVjuz0tcOjxGQ/edit

Once ACIs are created for the aforementioned apps, the following demo should work with rkt :) https://github.com/endocode/CoreOS-Kafka-Storm-Cassandra-cluster-demo

alban commented 9 years ago

/cc @kayrus

jcollie commented 9 years ago

Here's what I'm working on to build a container to run Logstash:

https://github.com/jcollie/logstash-appc

It uses CentOS 7 and OpenJDK 7 but it wouldn't be that hard to use an Oracle JDK if you wanted to.