From 9da733b16318178efde4b024b78a0f6583e1fd4c Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Tue, 18 Apr 2017 09:48:34 -0500 Subject: [PATCH] Add a blueprints directory Signed-off-by: Justin Cormack --- blueprints/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 blueprints/README.md diff --git a/blueprints/README.md b/blueprints/README.md new file mode 100644 index 000000000..56c3bd72e --- /dev/null +++ b/blueprints/README.md @@ -0,0 +1,20 @@ +# Blueprints + +This directory will contain the blueprints for base systems on the platforms that we support with LinuxKit. + +These will be used for running tests, and for the low level parts of blueprints for higher level systems. + +These include all the platforms that Docker has editions on, and all platforms that our community supports. +The detailed blueprints will be addded soon for at least the following platforms. There are WIP versions in +the [examples/](../examples/) directory. + +- MacOS +- Windows Hyper-V +- VMWare +- KVM +- AWS +- Azure +- GCP +- BlueMix +- Packet.net +- ...