Skip to content

Dockerfile

A text recipe that describes how to build a custom container image step by step.

Most self-hosters use prebuilt images, but a Dockerfile lets you build your own — installing dependencies and copying in your app — for full control.

Related articles

Container Image

A read-only, versioned template that a container is created from.

Docker

A platform for packaging applications and their dependencies into lightweight, portable containers.