Actions
Bug #858
closedConsider running docker image as --priviledged to access device files.
Start date:
19 Oct 2021
Due date:
% Done:
100%
Estimated time:
Severity:
03 - Medium
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 about 2 years 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 about 2 years ago
This is not highly important so moving it down the stack or priorities.
Actions