tree: dcb321fed0c3bda5b4942e0cff082b52f966e159 [path history] [tgz]
  1. configurations/
  2. category.xml
  3. Dockerfile
  4. log4j.configuration
  5. om2m.product
  6. org.eclipse.equinox.cm_1.0.400.v20130327-1442.jar
  7. pax-confman-propsloader-0.2.2.jar
  8. pom.xml
  9. README.md
  10. 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