-
We just purchased a pro license for obfuscating packages of our product (one product made of 10 packages). (venv) [root@e9be3027b9af tmp]# pyarmor reg -g 1 Does this count towards the "100 different devices are allowed to obfuscate the scripts for each license."? We didn't need the offline mode, and at most 1 container runs at the same time, so this did not seem like a Group use case. Any information will be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Each docker run will be counted if docker container machine id is changed. |
Beta Was this translation helpful? Give feedback.
-
For this case the solution at this time is to use group license and run |
Beta Was this translation helpful? Give feedback.
For this case the solution at this time is to use group license and run
pyarmor-auth
in docker host.I don't know how to check docker host information in docker container for interactive mode, if it's possible, in later version, it may be taken host machine id as docker container id.