Add ability to pass character devices to containers
- Feb 25, 2021
-
-
Karel Koci authored
The Python PEP8 specifies that exceptions should be named *Error so this renames the exceptions to match that.
-
Karel Koci authored
This is just test that checks that we have all required devices on host system. These devices are optional and additional modules are requires to be installed and loaded to kernel. At the moment only the /dev/ppp is tested there.
-
Karel Koci authored
There is change that adds device exclusivity. Only for few devices we need exclusive passtrough to container. In most cases it is enough to pass only access to that device. Another change is that there is possibility to specify parameter for images. At the moment this allows only passtrough of Unix character devices but that can be expanded in the future.
-
Karel Koci authored
The arguments of Container class changed but they were not updated here.
-
Karel Koci authored
-