docs: Update README with a link to the NixCon talk
This commit is contained in:
parent
8ad5c55ad2
commit
3e1d63ccb3
1 changed files with 10 additions and 4 deletions
|
@ -20,10 +20,9 @@ and/or large dependencies.
|
||||||
A public instance as well as additional documentation is available at
|
A public instance as well as additional documentation is available at
|
||||||
[nixery.dev][public].
|
[nixery.dev][public].
|
||||||
|
|
||||||
The project started out inspired by the [buildLayeredImage][] blog post with the
|
You can watch the NixCon 2019 [talk about
|
||||||
intention of becoming a Kubernetes controller that can serve declarative image
|
Nixery](https://www.youtube.com/watch?v=pOI9H4oeXqA) for more information about
|
||||||
specifications specified in CRDs as container images. The design for this was
|
the project and its use-cases.
|
||||||
outlined in [a public gist][gist].
|
|
||||||
|
|
||||||
This is not an officially supported Google project.
|
This is not an officially supported Google project.
|
||||||
|
|
||||||
|
@ -115,6 +114,13 @@ These extra configuration variables must be set to configure storage backends:
|
||||||
* `STORAGE_PATH`: Path to a folder in which to store and from which to serve
|
* `STORAGE_PATH`: Path to a folder in which to store and from which to serve
|
||||||
data (**required** for `filesystem`)
|
data (**required** for `filesystem`)
|
||||||
|
|
||||||
|
### Background
|
||||||
|
|
||||||
|
The project started out inspired by the [buildLayeredImage][] blog post with the
|
||||||
|
intention of becoming a Kubernetes controller that can serve declarative image
|
||||||
|
specifications specified in CRDs as container images. The design for this was
|
||||||
|
outlined in [a public gist][gist].
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
### Kubernetes integration
|
### Kubernetes integration
|
||||||
|
|
Loading…
Reference in a new issue