microhobby / linuxkerneldev

Visual Studio Code extension to help find documentation, device tree matching on device driver source code, by compatible strings
MIT License
41 stars 9 forks source link

Docker fails if project folder has a space #20

Open marcsandusky opened 2 years ago

marcsandusky commented 2 years ago

The bind directory for the '-v' option is not enclosed by quotes. In my case the project folder ended in "files for marc". The space between "files" and "for" caused the bind to stop short at "files" as well as to interpret the desired Docker image to be "for:latest".

microhobby commented 1 year ago

@marcsandusky could you please tell me if this happens during the dependency check or during the use of commands?