As often requested here, we need an official docker image.
Just imagine deployment would be easy as:
fogproject:
image: fogproject/fogproject:stable
ports:
- 0.0.0.0:212:212/udp
- 0.0.0.0:9:9/udp
[...]
volumes:
- fogproject-images:/images
- fogproject-database:/var/lib/mysql
- fogproject-backup:/var/lib/mysql/fogDBbackups
environment:
- ADMIN_USER=myadmin
- ADMIN_PASS=foobar
The world would be a happier place
There are three inofficial (non-functioning) images on hub.docker.com that attempts to provide FOG as an Image with >100k pulls. This shows me that a) there is a demand for a docker image and b) everybody of 100k people probably tried every one of the three images before giving up.
I tried all solutions I can find online, to no avail. Every unofficial solution has major bugs.
An official docker image would accelerate the development of FOG, as it is far easier to deploy and iterate.
Dear devs, are there any plans for an official docker image?