linuxkerneldev
linuxkerneldev copied to clipboard
Docker fails if project folder has a space
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".
@marcsandusky could you please tell me if this happens during the dependency check or during the use of commands?