Contributte Dockerfiles

# 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 (opens new window) or reach @f3l1x (opens new window) (f3l1x.io (opens new window)).

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 (opens new window), Composer (opens new window), Caddy server (opens new window) packages.

# Build

You can build this image locally, using:

make build
1
docker build -t nette ./sandbox
1

# Usage

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

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

# Demo


Consider to support (opens new window) contributte development team. Also thank you for using this project.