Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » OM2M » Docker image for OM2M
Docker image for OM2M [message #1726299] Fri, 11 March 2016 08:04 Go to next message
David Zheng is currently offline David ZhengFriend
Messages: 11
Registered: April 2015
Junior Member
I've build the very simple docker image for OM2M v0.8
https://hub.docker.com/r/iamgyz/om2m/

If you are looking for building the OM2M using Docker,
maybe this would be useful to you.
Also welcome the pull request to make it better Smile
https://github.com/iamgyz/dockerfile-om2m

1. Using default configuration
If you just want to run from default configuration files in NSCL/configuration

For NSCL
docker run --rm -it -p 8080:8080 iamgyz/om2m:nscl  



2. Using custom configuration
Put your configuration directory in current path, it will replace the default configuration directory when running

For NSCL
docker run --rm -it -p 8080:8080 -v "$(pwd)/configuration":/NSCL/configuration iamgyz/om2m:nscl 
For GSCL
docker run --rm -it -p 8181:8181 -v "$(pwd)/configuration":/GSCL/configuration iamgyz/om2m:gscl  

[Updated on: Fri, 11 March 2016 14:42]

Report message to a moderator

Re: Docker image for OM2M [message #1726300 is a reply to message #1726299] Fri, 11 March 2016 08:15 Go to previous messageGo to next message
Thierry Monteil is currently offline Thierry MonteilFriend
Messages: 33
Registered: November 2013
Location: Toulouse - France
Member
Hi David,

thanks for sharing this. I think we will try to add a section in the wiki page of OM2M to make more visible this type of result.
By the way, we have also created a page (https://wiki.eclipse.org/OM2M/Community) to
put all companies and labs that are using or being interested by OM2M. If you company or lab is interested to appear here please send me a logo, a name of entity and the URL.

Thierry.
Re: Docker image for OM2M [message #1771846 is a reply to message #1726300] Thu, 31 August 2017 10:14 Go to previous message
Naum Spaseski is currently offline Naum SpaseskiFriend
Messages: 81
Registered: February 2016
Location: Sophia Antipolis
Member

Hello everyone,

I just noticed this thread. We from Easy Global Market (eglobalmark.com) needed a docker image for testing purposes, so we built one too.
It is available at https://hub.docker.com/r/easyglobalmarket/om2m/, and you can use it by executing: "docker pull easyglobalmarket/om2m"

Best regards,
Naum
Previous Topic:An easy way to switch DB
Next Topic:New contentInstance is not created when a notification is received
Goto Forum:
  


Current Time: Fri Apr 26 13:30:37 GMT 2024

Powered by FUDForum. Page generated in 0.03700 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top