diff --git a/docs/getting-started/quick-start/index.mdx b/docs/getting-started/quick-start/index.mdx
index a5c262357..4a6eb8f18 100644
--- a/docs/getting-started/quick-start/index.mdx
+++ b/docs/getting-started/quick-start/index.mdx
@@ -8,6 +8,7 @@ import TabItem from '@theme/TabItem';
import { TopBanners } from "@site/src/components/TopBanners";
import DockerCompose from './tab-docker/DockerCompose.md';
+import Extension from './tab-docker/DockerDesktopExtension.md';
import Podman from './tab-docker/Podman.md';
import PodmanKubePlay from './tab-docker/PodmanKubePlay.md';
import ManualDocker from './tab-docker/ManualDocker.md';
@@ -55,19 +56,25 @@ Choose your preferred installation method below:
+
+
+
+
+
+
-
+
-
+
diff --git a/docs/getting-started/quick-start/tab-docker/DockerDesktopExtension.md b/docs/getting-started/quick-start/tab-docker/DockerDesktopExtension.md
new file mode 100644
index 000000000..cefc78a14
--- /dev/null
+++ b/docs/getting-started/quick-start/tab-docker/DockerDesktopExtension.md
@@ -0,0 +1,6 @@
+# Docker Desktop Extension
+Docker has released an Open WebUI Docker extension that uses Docker Model Runner for inference. You can read their getting started blog here: [Run Local AI with Open WebUI + Docker Model Runner](https://www.docker.com/blog/open-webui-docker-desktop-model-runner/)
+
+You can find troubleshooting steps for the extension in their Github repository: [Open WebUI Docker Extension - Troubleshooting](https://github.com/rw4lll/open-webui-docker-extension?tab=readme-ov-file#troubleshooting)
+
+While this is an amazing resource to try out Open WebUI with little friction, it is not an officially supported installation method - you may run into unexpected bugs or behaviors while using it. For example, you are not able to log in as different users in the extension since it is designed to be for a single local user. If you run into issues using the extension, please submit an issue on the extension's [Github repository](https://github.com/rw4lll/open-webui-docker-extension).