Sergey
Results
2
comments of
Sergey
This is working for me on Windows: ``` docker run --privileged --network host --rm -v "%cd%/myscript.sh:/myscript.sh" -v "%cd%/working_dir:/root/sdm_working_dir" --device=/dev/loop-control --device=/dev/loop0 debian:latest bash /myscript.sh ```
@omya3qno Is it possible to use this approach when building docker image? I have not found how can I attach loop device while building.