any idea to use this in container?
in container already install:
RUN yum -y install pcsc-lite
RUN yum -y install pcsc-lite-devel
in docker-compose:
volumes:
- /var/run/pcscd/pcscd.comm:/var/run/pcscd/pcscd.comm
and in container use lsusb, can get reader
any idea to use this in container?
in container already install:
RUN yum -y install pcsc-lite
RUN yum -y install pcsc-lite-devel
in docker-compose:
volumes:
and in container use lsusb, can get reader