tree: 6910881adeea5aa5a5c417b41a07c9fc4823c493 [path history] [tgz]
  1. configurations/
  2. .gitignore
  3. category.xml
  4. Dockerfile
  5. log4j.configuration
  6. om2m.product
  7. pax-confman-propsloader-0.2.2.jar
  8. pom.xml
  9. README.md
  10. script
org.eclipse.om2m.site.in-cse/README.md

DOCKER IMAGE

Image configuration

This container exposes

  • HTTP binding on port 8080
  • COAP binding on port 5684

The following folders are exposed as Docker volumes:

  • /incse/configurations - hold SDT IPE configurations
  • /incse/configuration - hold INCSE configuration.

Build image

docker build -t org.eclipse.om2m.site.incse .

Run container

docker run --rm -it -p 8080:8080 org.eclipse.om2m.site.incse Optionnally, you can mount volumes /incse/configurations & /incse/configuration

Build with maven

Docker image can be built with maven. Enable “docker” profile: mvn clean install -Pdocker