From 9f69f1ef1679bc783545e80a907a199fe55e7493 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Tue, 10 Dec 2024 11:25:54 -0500 Subject: [PATCH] Link to Docker from quick start guide (#196) --- docs/guides/quick-start/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides/quick-start/index.mdx b/docs/guides/quick-start/index.mdx index 73ff77b..b64fe8a 100644 --- a/docs/guides/quick-start/index.mdx +++ b/docs/guides/quick-start/index.mdx @@ -56,6 +56,10 @@ Check the [releases](https://github.com/slackhq/nebula/releases/latest) page for - [iOS](https://apps.apple.com/us/app/mobile-nebula/id1509587936) - [Android](https://play.google.com/store/apps/details?id=net.defined.mobile_nebula) +#### Docker + +An official Docker image is hosted at https://hub.docker.com/r/nebulaoss/nebula. + #### From source You can also compile nebula from source using instructions provided [on GitHub.](https://github.com/slackhq/nebula/)