rzane / docker2exe

Convert a Docker image to an executable
123 stars 18 forks source link

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

Open jzr-supove opened 1 year ago

jzr-supove commented 1 year ago

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
AndersonSilvaCavalcante commented 10 months ago

fix it?

azurejoga commented 7 months ago

I'm also wondering how to run this on Windows

rzane commented 2 months ago

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