docker2exe
docker2exe copied to clipboard
Docker-compose + electron/tauri apps
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
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? 🤔