- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- Re: Does Flexlm licensing support docker based setup?
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Does Flexlm licensing support docker based setup?
We are looking to use our software on a docker based setup. Is this supported by FlexLM licensing?

- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Does Flexlm licensing support docker based setup?
@jbforster , officially FNP toolkit based licensing doesn't support the docker/container setup for licensing solutions.
Having said that, we have it at good authority that the licensing solution in field is already being used on such a setup with ease. FNP engineering is actively looking into bringing this under subscribed list of supported setup (may be in future releases).
The real challenge with docket based OS is to find a unique identity to which licensing rights can be node locked.
So, for now we officially don't support it. Bt, it should work and if you are facing any issues with that, we will be happy to assist with your further concerns.
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Does Flexlm licensing support docker based setup?
We've had a problem when running our software in Docker because (IIRC) containers reuse the hostname of the host OS so by default they were all sharing a single license. We addressed this by using vendor string grouping with the vendor string being basically the standard host ID (ethernet address) which are different for docker instances. However, this brought problems with borrowing because borrowing with vendor string is not officially supported, so we disable this when borrowing.
So, in summary: doable, but you may need to customize your checkout code somewhat.