Features
lager box config udev add/list/remove— add your own USB device rules. Grant a USB device read/write access from inside the Lager Box container by vid:pid, e.g.lager box config udev add 1209:0001 --box <BOX>followed bylager box config apply. This fixes the common case where a freshly-plugged device is owned by root, so tools likedfu-utilfail to open it (“No DFU capable USB device available”). Pass--usbtmcfor SCPI/USBTMC instruments to also unbind the kernelusbtmcdriver (needed for PyVISA/libusb access). Rules persist in the box config and are installed on the host on everyapply— no more waiting for a new release to support a device.lager box config reset— erase the box config to empty. A single command that clears the config to a clean slate (unlikeinit, which seeds the defaultbox-toolsvolume). Pass--applyto erase and restart the container in one step — handy before a test run.lager box config restart— restart the container without changing config. Brings up a fresh container with the same configuration, useful for per-test isolation.

