Dockerize Python Application
John Gooding <[email protected]>
| Newsgroups | gmane.linux.hardware.gpib.general |
|---|---|
| Message-ID | <[email protected]> |
I am using a NI GPIB ENET 1000 device with NI linux drivers and the pyvisa library with python to talk to my instruments. It works great, however I would like to dockerize it, but I don't know what files or resources to give docker access to so that pyvisa can find the GPIB instruments inside docker. I do not see anything gpib related in the /dev/ directory. The people over at pyvisa suggested this mailing list might know. Thank you.