docker2exe icon indicating copy to clipboard operation
docker2exe copied to clipboard

Convert a Docker image to an executable

Results 16 docker2exe issues
Sort by recently updated
recently updated
newest added

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...

What is the recommended way to bind the executable's container's exposed ports to the host ports?

This software use tutorial 1、go dependent language 2、Dependent make FAQ 1、Note go language 2、Pay attention to your operating system and architecture

Feature Request: integrate https://github.com/jart/cosmopolitan and create an executable, that runs on all three supported operating systems.

An error on Windows. mkdir C:\Users\m1208/dist make: *** [Makefile:25: C:\Users\m1208/dist] Error 1 exit status 2 '/' needs to be corrected to '\'

When running on Windows, slashes are a problem in paths. Commands like **mkdir** fail. Also, if the **--module** is not specified, the module is automatically named something like domain/userName/imageName, and,...

While running, the program looks for gzip: it must be installed, first

golang needs to be installed first ./docker2exe-linux-amd64 -name tesseract_docker --image clearlinux/tesseract-ocr go mod init github.com/kidharb/tesseract_docker make: go: No such file or directory make: *** [Makefile:16: go.mod] Error 127 exit status...

- Added ports - Fixed command syntax errors for Windows Powershell - Fixed path issues in Windows - Fixed execution command for Windows for built binaries of images

Note: I did not end up using this project for my usecase, but it seemed to work.