Hello,
For now, I have a NAS drive with docker running on it.
To test my applications, I have a docker image with the b4x bridge.
Secondary, I have a production image that runs the final application.
I first test my programs inside the bridge container, when all is ok, I have the production container, where I copy/replace the jar file to the volume.
The problem is that the b4x bridge stops when you stop debugging, or when you reboot the container, also the application will not run automatically.
A solution for test and upload/run/deploy the application from the IDE would be very nice, so only one container can do it all.
For now the workaround with two containers works fine.
Kind regards,
Coldrestart.