mirror of https://github.com/knative/func.git
8 lines
305 B
Markdown
8 lines
305 B
Markdown
# Getting Started on Localhost
|
|
|
|
Functions can be deployed to single-node hosts directly, either for local development, testing, or simply for smaller production deployments.
|
|
|
|
## Provisioning
|
|
|
|
The node can be any host which can run containers. This document assumes a linux host which can run containers.
|