Docker image containing Java 8, and apache felix framework
### 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
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
The code is available at github project under Apache v2 license.
Content type
Image
Digest
sha256:ca88ae49a…
Size
397.6 MB
Last updated
almost 11 years ago
docker pull mbitard/felix