[Fusionforge-general] FusionForge & docker container

Franck Villaume franck.villaume at trivialdev.com
Fri Jun 2 19:28:28 CEST 2017


Hi list,

in case you missed the information because you did not subscribed to the 
fusionforge commits mailing-list and you are not ready in detail all git 
commits...
I've just pushed a first draft version of a Dockerfile to run 
FusionForge into a docker container.
https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge/fusionforge.git;a=tree;f=docker;h=fd3ee9feae1d350b65bae79b6ef8f5b60d860cf8;hb=HEAD

Build the container:
#cd ~/docker
#docker build -t <your_image> .

Run the container:
#docker run -h <your_exposed_fqdn> -p <your_port>:80 -p <your_port>:443 
-p <your_port>:22 -d <your_image>

It has been tested with simple ports mapping. Meaning 80:80 and 443:443 
and it works.
<your_exposed_fqdn> MUST be a valid fqdn. It is mandatory to set a valid 
fqdn to run fusionforge.

It includes:
- httpd
- postgresql
- crond
- supervisord
- sshd

Feedback welcome.
Improvement welcome too!

Franck aka nerville

-- 
TrivialDev Founder
http://trivialdev.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: franck_villaume.vcf
Type: text/x-vcard
Size: 211 bytes
Desc: not available
URL: <http://lists.fusionforge.org/pipermail/fusionforge-general/attachments/20170602/d4167ef3/attachment.vcf>


More information about the Fusionforge-general mailing list