Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtme: kick udev when running as root
When running virtme-ng instances inside docker containers we may not have a proper udev support on the host. As a result the communication over virtio-serial port may not work properly. This can be solved by running the following command on the host (as root), before starting the virtme-ng instances: # udevadm trigger --subsystem-match --action=change Considering that we typicall run vng as root inside docker this can help to automatically solve potential issues in this scenario. This fixes issue #51. Signed-off-by: Andrea Righi <[email protected]>
- Loading branch information