tree: c8d09d096aecfae47578c1c1cf82901468890521 [path history] [tgz]
  1. configurations/
  2. .project
  3. category.xml
  4. Dockerfile
  5. log4j.configuration
  6. om2m.product
  7. org.eclipse.equinox.cm_1.0.400.v20130327-1442.jar
  8. pax-confman-propsloader-0.2.2.jar
  9. pom.xml
  10. README.md
  11. script
org.eclipse.om2m.site.mn-cse/README.md

DOCKER IMAGE

Image configuration

This container exposes

  • HTTP binding on port 8282
  • COAP binding on port 5684

The following folders are exposed as Docker volumes:

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

Build image

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

Run container

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

Build with maven

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