Month: July 2021

  • How to add ephemeral usb devices to the docker container

    Usually you can mount the device by defining that in your docker-compose file or by command line. But docker container won’t start if the device doesn’t exists at this moment. For this you can use the follwing workaround. Connect your device to the host system to get the required information for further processing. Get the…