docker2exe
docker2exe copied to clipboard
make (e=2): The system cannot find the file specified.
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
fix it?
I'm also wondering how to run this on Windows
I haven't tested this program on Windows. I'd be happy to accept a pull request that improves Windows support.