Sign inSign up

oconnormi/karaf

By oconnormi

Updated about 9 years ago

Lightwieght docker image for Karaf, built on alpine linux

Image
0

1.2K

oconnormi/karaf repository overview

Karaf

Lightweight docker image for Karaf

GitHub license

Docker Automated buil

Waffle.io

Waffle.io

This image provides a basic karaf container on top of alpine linux. This results in an image size somewhere around 200 MB

Usage

To run:

docker run -d -p 80:8181 \
  -p 443:8443 \
  oconnormi/karaf
Persistence

To persist data/configurations mount either a volume container or a local folder to /app/data

Configuration

To configure the system mount a volume container or local folder to /app/etc

Deploying bundles

To deploy bundles that are not packaged with the karaf distribution mount a volume container or local folder to /app/deploy

Exposed Ports
PortPurpose
1099JMX RMI registry
44444JMX RMI server
8101Karaf SSH server
5701Hazelcast
54327Hazelcast multicast
8181http
8443https

Tag summary

Content type

Image

Digest

Size

86.5 MB

Last updated

about 9 years ago

docker pull oconnormi/karaf