Hello,
as mentioned in the title we have troubles getting linuxenv to detect Developer Key under Docker.
I'll attach archive with Dockerfile and run-scripts, but what we basically do:
1) Inherit docker image from ubuntu:trusty.
2) Install 7.60 Sentinel LDK Run-time Environment.
3) Build image.
4) Run a container with this image. Mount USB dongle with --device option.
5) Inside the container:
5.1) Compile trivial C++ one-liner.
5.2) Run daemons with service aksusbd start
5.3) Use linuxenv from the same archive as runtime environment on compiled binary (using previously downloaded with masterhasp .hvc file)
Inside the container lsusb actually sees protection dongle:
- Bus 001 Device 004: ID 0529:0001 Aladdin Knowledge Systems HASP copy protection dongle
Yet still linuxenv throws an error:
linuxenv: error E4001: could not find Sentinel HASP Developer Key with vendor ID '96135'
Thanks in advance!