docker2exe icon indicating copy to clipboard operation
docker2exe copied to clipboard

Docker-compose + electron/tauri apps

Open maelp opened this issue 7 months ago • 1 comments

The project is really-cool! Would it be possible to extends this into some kind of docker-container replacement, where multiple containers are run on their own network (eg a postgres, a nodejs server, etc), and a Tauri/electron app in front which can connect to the docker-containers?

That would allow shipping a "self-hosted backend as an app", which could be really nice for many people

maelp avatar May 07 '25 06:05 maelp

The project is really-cool! Would it be possible to extends this into some kind of docker-container replacement, where multiple containers are run on their own network (eg a postgres, a nodejs server, etc), and a Tauri/electron app in front which can connect to the docker-containers?

That would allow shipping a "self-hosted backend as an app", which could be really nice for many people

really cool!! I would like to ask if this method has any improvements or obvious differences compared to traditional compiled exe runs when the application needs to mount external volumes or load config? 🤔

Twacqwq avatar May 08 '25 13:05 Twacqwq