If you are using firewalld you need to create a policy add the docker interface to the ingress zone and whatever your LAN interface is to the egress zone, otherwise docker will have no internet access.
In case you are using Linux (or someone who finds this question is), you can use mkisofs. The syntax is: mkisofs -udf -iso-level "3" -input-charset "utf-8" -o <name_of_file_to_create>.iso <source_directory> EDIT: Sorry, just read your question again. I don't think this method wou...
Here is how I flashed my drive a while ago (I had moved the sdf.bin and the firmware file to /tmp/asus): First get drive identifier (first section after 00:, e.g. dev_21:1): /usr/bin/makemkvcon f -l Then flash drive: /usr/bin/makemkvcon f -d 'dev_21:1' -f /tmp/asus/sdf.bin rawflash enc -i /tmp/asus/...