You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to map a volume in docker so its visible to android?
"Modifying the Android filesystem" seems to do the opposite, though running sudo qemu-nbd --connect=/dev/nbd0 android.qcow2 -f qcow2 on the host where docker is loaded provided this output
qemu-nbd: Failed to blk_new_open 'android.qcow2': Could not open 'android.qcow2': No such file or directory
The text was updated successfully, but these errors were encountered:
Is it possible to map a volume in docker so its visible to android?
"Modifying the Android filesystem" seems to do the opposite, though running sudo qemu-nbd --connect=/dev/nbd0 android.qcow2 -f qcow2 on the host where docker is loaded provided this output
qemu-nbd: Failed to blk_new_open 'android.qcow2': Could not open 'android.qcow2': No such file or directory
The text was updated successfully, but these errors were encountered: