bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized

ranrinc opened this issue · comments

Is there an example of setting up the right way for F3 + Docker?

For development of the F3 core itself, we have a Docker setup right here https://github.com/f3-factory/fatfree-dev .. but this is not meant for hosting userland projects.
For own development or a production docker setup, you need to setup your own.. F3 doesn't need any special things, just a bare php image to function.
Check out http://devilbox.org/ and https://github.com/serversideup/docker-php as starting point for creating own containers.