flutter_docker
flutter_docker copied to clipboard
A mount config is invalid. Will not launch in container.
Thank you for sharing this code. When I clone and Open Folder In Container, I get this:

What do you think?
I guess it's rather obvious. I'm on Mac and /dev/bus/usb doesn't exist. Container builds and app runs in the browser if I comment out the "mounts" argument.
"mounts": [
"source=/dev/bus/usb,target=/dev/bus/usb,type=bind"
],