I have an electron app that calls some APIs on my docker image. Now I want to publish my application so How can I make an installer that installs Docker, pulls the docker image and install the electron app for the user?
Asked
Active
Viewed 175 times
2
-
This means the all end users need to install docker but this is not a right away. – tpikachu May 08 '20 at 20:39
-
Not only docker. you build your own image so they must add your image too. – tpikachu May 08 '20 at 20:40
-
@tpikachu What would you suggest to achieve such similar thing? – Prabhakaran Jul 24 '23 at 08:27
-
Why don't we build an isolated API service? Again, forcing install docker from the installer is not a good idea. – tpikachu Jul 31 '23 at 03:23
1 Answers
0
I don't think it's good idea. If you customer decides to use your app on 'Windows 10 Home', he will fail, because docker requires Pro version.

Giga Kokaia
- 879
- 8
- 15