From b8bc681f7a057a8e7c101763ee4cd4befe6ffdb6 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 31 Mar 2025 16:50:22 -0700 Subject: [PATCH] fix(docs): updates docs for shell --- docs/guide/shell.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guide/shell.md b/docs/guide/shell.md index 1072314e..a30a3f01 100644 --- a/docs/guide/shell.md +++ b/docs/guide/shell.md @@ -25,3 +25,6 @@ services: ``` ::: + +> [!NOTE] +> Shell access only works in Docker containers. This includes agents, remote, swarm and local mode. Support for Kubernetes is planned, but it is not yet available.