A Linux backend for Garden.
You can deploy Garden using the Garden BOSH Release repository.
See the old README for old documentation, caveat lector.
The garden-linux
executable provides a server which clients can use to perform operations on Garden Linux,
such as creating containers and running processes inside containers.
Garden Linux is configured by passing command line flags to the garden-linux
executable.
Garden defines the protocol supported by the server and provides a Go API for programmatic access.
Restructure in progress: code in the old/
directory is being replaced with code elsewhere in the repository.
See the Developer's Guide to get started.