Why is it useful to have Nette in container?
- process isolation
- multiplatform (linux, mac, windows)
- configurable via ENV
- plug & play
In case of you're looking for a fullstack, stable, up-to-date and supported Docker solution to Nette Framework. Take a look at Dockette or reach @f3l1x (f3l1x.io).
There are also many docker images that could help you start with:
This is example of nette/sandbox in Docker. Docker image is based on Debian Buster, there are preinstalled PHP 7.4 FPM, Composer, Caddy server packages.
You can build this image locally, using:
make build
docker build -t nette ./sandbox
make dev
docker run -it --rm -p 8000:80 nette
Now you can open http://localhost:8000
in your browser.
Consider to support contributte development team. Also thank you for using this project.