简体   繁体   中英

Convert Dockerfile/docker-compose.yml into Executable

I am trying to package an Electron app that relies on several Docker containers into a single executable. I would like to be able to convert Dockerfile's into executables runnable on Windows. Is this possible? Can I pull this off without having Docker installed on the client machine? How can I do this?

It is not possible. Take into account, that docker images are packaged for certain architecture. Kernel must be compatible. And sure, you need docker engine to work on client machine. I think windows is not ready for this.

BRs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM