Sign inSign up

mbitard/felix

By mbitard

•Updated almost 11 years ago

Image
2

1.5K

mbitard/felix repository overview

⁠Docker Felix OSGI

Docker image containing Java 8⁠, and apache felix framework⁠

⁠Usage:

### Demo: You can run it with:

sudo docker run -t -i mbitard/felix:4.4.1

If you want to detach, ^P^Q

You can reattach it with docker attach

⁠With your own bundle:

You can create your own Dockerfile like this:

FROM mbitard/felix:4.4.1
MAINTAINER You <[email protected]>

ADD yourbundle.tar.gz /root/yourbundle

CMD java -Dfelix.config.properties=file:/root/yourbundle/conf/config.properties -jar /root/felix-framework-4.4.1/bin/felix.jar -b /root/yourbundle/bundle

⁠Support :

  • Any bugs about docker-felix please feel free to report here⁠.
  • And you are welcome to fork and submit pull requests.

⁠License :

The code is available at github project⁠ under Apache v2 license⁠.

Tag summary

Content type

Image

Digest

sha256:ca88ae49a…

Size

397.6 MB

Last updated

almost 11 years ago

docker pull mbitard/felix