Skip to content

contributte/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2dd6f5d Ā· Aug 13, 2021

History

16 Commits
Dec 15, 2018
Oct 21, 2020
Jun 28, 2021
Oct 21, 2020
May 2, 2021

Repository files navigation

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.