diff --git a/README.md b/README.md index 42e45e5..60d25f2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ fabric controller, to provision containers as the compute instance, along with o services (e.g. Cinder, Neutron). It supports multiple container runtime technologies, e.g. Docker, Hyper, and offers built-in soft / hard multi-tenancy (depending on the container runtime used). +## Architecture + +![alt](doc/images/StackubeArchitecture.png) + Stackube uses the Apache v2.0 license. All library dependencies allow for unrestricted distribution and deployment. diff --git a/doc/images/StackubeArchitecture.png b/doc/images/StackubeArchitecture.png new file mode 100644 index 0000000..4a665d4 Binary files /dev/null and b/doc/images/StackubeArchitecture.png differ