mirror of https://github.com/knative/func.git
11 lines
330 B
Markdown
11 lines
330 B
Markdown
# Getting Started on Localhost
|
|
|
|
Functions can also 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.
|
|
|
|
More coming soon.
|
|
|