########################
Processes and Containers
########################

Builder needs to support a wide variety of ways to spawn processes.
Whether that is inside a build environment, container, on the host, terminals, or even a remote system.
The following sections describe some of the scenarios and how to best perform the task at hand.

.. toctree::
   :maxdepth: 3
   :titlesonly:

   runtimes
   subprocesses

