Good evening, I hope you are all well. Thank you for taking the time to read this.
I would like to point out that this post was not intended to be controversial; I would like to try to be as constructive as possible.
I also apologize in advance if there are current dynamics that I am unaware of, perhaps my requests (some of which are) have already been made some time ago.
- I was wondering if the official Fogproject docker image on dockerhub was still in the works. In this post from two years ago, it was clearly stated that it was: https://forums.fogproject.org/topic/16682/official-docker-image/8
Since I couldn’t find anything about it, I created a Docker image myself based on another image with systemd already installed, and this raises a question:
- Is it possible to introduce a prompt or a option/argument during the installation phase that asks whether or not you want to configure an external database?
This request is born from a common problem here.
A database already exists in the environment and is listening on the default port. Therefore, the installation of Fog is not successful.
We considered changing the port for the Fog database, but the installation script does not want to configure the software on a port other than the default one.
Another thing we wanted to try was to create an external database on another machine using this thread: https://forums.fogproject.org/topic/15122/installation-of-fog-with-external-mysql-base
Same problem.
Thank you for your patience.