tree: bcaaf2ecda4bd45103d097c150b1011e65257332 [path history] [tgz]
  1. configurations/
  2. libs/
  3. .gitignore
  4. category.xml
  5. Dockerfile
  6. log4j.configuration
  7. om2m.product
  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