From 80d7d99d5d594881aaeec93627aa68270d71325a Mon Sep 17 00:00:00 2001 From: kx1t <15090643+kx1t@users.noreply.github.com> Date: Sun, 26 Mar 2023 14:26:47 -0400 Subject: [PATCH] added container architecture diagram --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b08e26f..cf0bda1 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ In order to accomplish this, the container makes use of the following underlying It builds and runs on `linux/amd64`, `linux/arm/v7 (linux/armhf)` and `linux/arm64` architectures. +![ultrafeeder container architecture](https://user-images.githubusercontent.com/15090643/227796243-476be64c-133b-42f4-9f3a-e44bb286a4b1.png) + ## Up-and-Running Quickly with `docker-compose` * An example [`docker-compose.yml`](docker-compose.yml) file can be found in this repository.