linuxkerneldev icon indicating copy to clipboard operation
linuxkerneldev copied to clipboard

Docker fails if project folder has a space

Open marcsandusky opened this issue 3 years ago • 1 comments

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 avatar Aug 17 '22 22:08 marcsandusky

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

microhobby avatar Dec 03 '22 03:12 microhobby