License Configuration

The container uses a network license. The license server information must be provided in a license file and mounted into the container.

License File Location

Mount the license file into the container at the following path:

/license/network.lic

Use a read-only bind mount for the license file:

Copy
--mount type=bind,source=/path/to/network.lic,target=/license/network.lic,readonly

The license file contains the address of the license server.

EXAMPLE

SERVER licenseserver.example.com 123456789012 28005

USE_SERVER

This is only an example. Do not copy this license server entry. Use the server name, host ID, and port from your own environment. Contact your license administrator if you do not know the correct values.

Set the License User

The container contacts the license server with a user name. Set this user name with the LICENSE_USER environment variable:

Copy
-e LICENSE_USER=<your_user_name>

Use the user name for which the ASCMO license is assigned on the license server.

If you do not set LICENSE_USER, the container uses the internal default user etas_ascmo. This only works if a license is assigned to this user on the license server.