How to bind a license to a Docker Container?
PreviousHow to assign a specific set of computers to an Activation keyNextHow to update features using UpdateLicenseInfo
Last updated
Last updated
FROM mcr.microsoft.com/dotnet/framework/runtime
WORKDIR /app
ENV QLM_RUNNING_IN_DOCKER_CONTAINER=true
COPY ./publish .
ENTRYPOINT ["/app/QlmCSharpConsoleAppSample.exe"]QlmHardware hw = new QlmHardware();
bool isRunningInDockerContainer = hw.RunningInDockerContainer ();