This is the Git Repositroy of the offical CodeMeter Docker Images available on wibusystems/codemeter.
This image provides the CodeMeter Runtime used for Licensing containerized Applications. Sources are available on our offical github repo
This image contains the CodeMeter Runtime for mutliple use cases. Those usecases include, NetworkServer
, NetworkClient
and CmCloud
licenses.
Please refer to our offcial Documentation on github for further information.
Environment Variable | Value | Effect |
---|---|---|
CM_NETWORK_SERVER |
[on,off] (default: off) | Start CodeMeter in container as Networkserver |
CM_REMOTE_SERVER |
IP-Address or Hostname | Add the given Address to the Server Search List |
CM_LICENSE_FILE |
/path/to/license/file | Import the given License File(s) into the CodeMeter Subsystem. Multiple files must be separated with a colon |
CM_LOG_BOOTSTRAP |
[on,off] (default: off) | Enable eventlogging for during bootstrap step |
By default CodeMeter saves and reads it settings from the Server.ini
file at /etc/wibu/CodeMeter/Server.ini
which can be placed into a volume
and edited.
CodeMeter will load this configuration during startup only.
The entrypoint script defines dedicated exit codes, depending on the failure reason. Those exit codes are usually preceeded by a meaningfull error message.
Exit Code | Meaning |
---|---|
0 | CodeMeter terminated gracefully. |
1 | CodeMeter terminated with an error. |
16 | A file was specified for import during bootstrap but was missing |
17 | During bootstrap the import of a file failed - check the eventlog |
For support questions ("How do I?", "I got this error, why?", ...), please first read the Documentation before heading to our customer support.
Please refer to BUILDING.md
before trying to build any of the images.