flutter_docker icon indicating copy to clipboard operation
flutter_docker copied to clipboard

A mount config is invalid. Will not launch in container.

Open willhaslett opened this issue 4 years ago • 1 comments

Thank you for sharing this code. When I clone and Open Folder In Container, I get this: Screen Shot 2021-01-08 at 4 40 51 PM

What do you think?

willhaslett avatar Jan 08 '21 21:01 willhaslett

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"
 ],

willhaslett avatar Jan 08 '21 22:01 willhaslett