diff options
author | Vincent Ambo <tazjin@google.com> | 2019-08-05T00·20+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2019-08-05T00·26+0100 |
commit | 12a853fab74de9d146580891d8b70a7c216d2c83 (patch) | |
tree | 7d50c0e2d41a7237b7c3ca596bd756f2cb0160d6 /tools/nixery/README.md | |
parent | d87662b7b562d68561775adeefd29fffb065465c (diff) |
docs: Minor fixes to README after new website release
Diffstat (limited to 'tools/nixery/README.md')
-rw-r--r-- | tools/nixery/README.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/nixery/README.md b/tools/nixery/README.md index bcb8e40ec794..9c323a57fa12 100644 --- a/tools/nixery/README.md +++ b/tools/nixery/README.md @@ -1,5 +1,5 @@ <div align="center"> - <img src="static/nixery-logo.png"> + <img src="docs/src/nixery-logo.png"> </div> ----------------- @@ -16,12 +16,13 @@ image name. The path components refer to top-level keys in `nixpkgs` and are used to build a container image using Nix's [buildLayeredImage][] functionality. +A public instance as well as additional documentation is available at +[nixery.dev][public]. + The project started out with the intention of becoming a Kubernetes controller that can serve declarative image specifications specified in CRDs as container images. The design for this is outlined in [a public gist][gist]. -An example instance is available at [nixery.dev][demo]. - This is not an officially supported Google project. ## Usage example @@ -94,7 +95,7 @@ variables: ## Roadmap -### Kubernetes integration (in the future) +### Kubernetes integration It should be trivial to deploy Nixery inside of a Kubernetes cluster with correct caching behaviour, addressing and so on. @@ -104,5 +105,5 @@ See [issue #4](https://github.com/google/nixery/issues/4). [Nix]: https://nixos.org/ [gist]: https://gist.github.com/tazjin/08f3d37073b3590aacac424303e6f745 [buildLayeredImage]: https://grahamc.com/blog/nix-and-layered-docker-images -[demo]: https://nixery.dev +[public]: https://nixery.dev [gcs]: https://cloud.google.com/storage/ |