etrombly / rust-crosscompile

docker for cross compiling rust gtk programs to windows
35 stars 6 forks source link

Add quotes for working directories containing spaces #12

Closed Tom60chat closed 1 year ago

Tom60chat commented 1 year ago

Yes, because spaces do exist

Without quoting (""), this happens

> tom@pc:~/My Folder/$ sudo docker create -v $(pwd):/home/rust/src --name reml-build rust-crosscompile:latest
invalid reference format: repository name must be lowercase
etrombly commented 1 year ago

Thanks