Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.55 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.55 KB

Nette Docker / Nette Dockerfles

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:

Get Started

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.

Build

You can build this image locally, using:

make build
docker build -t nette ./sandbox

Usage

make dev
docker run -it --rm -p 8000:80 nette

Now you can open http://localhost:8000 in your browser.

Demo


Consider to support contributte development team. Also thank you for using this project.