Dockerfile Generator

The Dockerfile Generator builds a starting Dockerfile for Node, Python, Go and more, with sensible base images and layering so you can iterate quickly.

Contents

Key Features

Use Cases

How to Use

  1. Pick the language and version
  2. Choose single or multi-stage
  3. Copy the Dockerfile

Practical Tips

FAQ

Multi-stage?
Builds in one image, ships a smaller runtime image.
Why small images?
Faster pulls and a smaller attack surface.
← Back to Guides