Skip to main content

B6. Not using Docker

What this page helps you do

Use the guide without feeling like Docker is mandatory.

Why it matters

A lot of small apps ship just fine without Docker.

You should already have

  • a non-Docker local or deploy flow

Skip this page if

  • Docker is already part of your setup

What to do

  • document the direct install and start commands
  • keep dependencies and runtime versions clear

Stick with the simplest repeatable setup your team understands.

Common mistakes

  • feeling pressured to add Docker right before launch
  • not documenting runtime version requirements

Next step

Go to H1. Choose hosting.

Advanced notes

TODO for contributors: add examples for Node, Python, and Rails apps without Docker.