diff --git a/README.md b/README.md index 07db47baee55ca4172c480ecb6f99192e7c3dc7d..13e6059e37df527deb80c586955d7b1544c91c68 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ --- ## Components +![architecture](design/architecture.png) + ### rune `rune` is a CLI tool for spawning and running enclaves in containers according to the OCI specification. The codebase of `rune` is a fork of [runc](https://github.com/opencontainers/runc), so `rune` can be used as `runc` if enclave is not configured or available. diff --git a/design/architecture.png b/design/architecture.png new file mode 100644 index 0000000000000000000000000000000000000000..967ee0a0bd12aa14150e7238208c88eaa67f6554 Binary files /dev/null and b/design/architecture.png differ