From 735c025438541661ff752c6843ef9aff64487e26 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 22 Feb 2017 15:00:38 -0800 Subject: [PATCH] Add a section on demos and users of Pixiecore. #22 --- pixiecore/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pixiecore/README.md b/pixiecore/README.md index 87689d2..eb73dae 100644 --- a/pixiecore/README.md +++ b/pixiecore/README.md @@ -167,3 +167,18 @@ sudo docker run \ danderson/pixiecore \ boot /image/coreos_production_pxe.vmlinuz /image/coreos_production_pxe_image.cpio.gz ``` + +## Demos and users + +Pixiecore was used alongside +[waitron](https://github.com/jhaals/waitron) in a +[https://youtu.be/QyGHZ2HCwqY?t=440](presentation at the OpenStack +summit in 2016). + +If you use Pixiecore, we'd love to hear about it, and know more about +how you're using it. You can open a pull request to be added to this +list, file an issue for me to add you, or just email me at +dave(at)natulte.net if you'd like to give feedback privately. + +- [waitron](https://github.com/jhaals/waitron) uses Pixiecore to + manage automated server installation based on machine templates.