Actions
Bug #858
openConsider running docker image as --priviledged to access device files.
Start date:
19 Oct 2021
Due date:
% Done:
10%
Estimated time:
Severity:
02 - High
Description
Using --privileged may provide full device file access from within the docker image, which would be preferred for running the mksd and mkinstall scripts inside the container.
Updated by Hammel over 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Turns out it was already running with --privileged. So that doesn't help with access to device files.
Next: try -v /dev:/dev.
Updated by Hammel over 1 year ago
This is not highly important so moving it down the stack or priorities.
Actions