docker2exe icon indicating copy to clipboard operation
docker2exe copied to clipboard

make (e=2): The system cannot find the file specified.

Open jzr-supove opened this issue 2 years ago • 3 comments

Can't run on Windows

Command:

docker2exe --name alpine --image alpine:3.9

Output:

go mod init github.com/LAPTOP-764LHGJH\hp/alpine
process_begin: CreateProcess(NULL, go mod init github.com/LAPTOP-764LHGJH\hp/alpine, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [Makefile:16: go.mod] Error 2
exit status 2

jzr-supove avatar Jun 12 '23 07:06 jzr-supove

fix it?

AndersonSilvaCavalcante avatar Jan 06 '24 07:01 AndersonSilvaCavalcante

I'm also wondering how to run this on Windows

azurejoga avatar Mar 22 '24 20:03 azurejoga

I haven't tested this program on Windows. I'd be happy to accept a pull request that improves Windows support.

rzane avatar Sep 05 '24 14:09 rzane