[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feedback - Docker container creation for Gambas Web Application


Le 26/08/2025 à 16:03, Yahoo a écrit :
Hi Benoit,

Yes I think it should be possible to add it.

Question is do you ask me to add it into the IDE or do you want all the necessary (aka step by step) and you implement it ?

The process is close the AppImage:
- create the Dockerfile file
- go to the directory where the files that related to the Docker Image build (Gambas Application + all necessary files to include into the Docker Image + Web server config to enable CGI-BIN options)
- Build the Docker Image by the ‘docker build’ command

I will try to build a small project to do that, to show you

Olivier


If you can write a project that takes the path of project directory, and build the docker image for it, it will be far easier for me to integrate the code into the IDE then.

As for web applications, i.e. project using 'gb.web' (directly or by 'gb.web.gui'), I think it the only special case for building the Docker image. All other projects should be built the same way I guess.


Regards,

--
Benoît Minisini.


References:
Re: Feedback - Docker container creation for Gambas Web ApplicationBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: Feedback - Docker container creation for Gambas Web ApplicationYahoo <olivier.cruilles@xxxxxxxx>