From 17c8c56e8fe4b5a64ed4a937076bbd94a444c56c Mon Sep 17 00:00:00 2001 From: James Rasell Date: Thu, 20 Jun 2024 06:50:32 +0000 Subject: [PATCH] backport of commit 26d0a9169c550b8ed10bf4e8b7505f69e9954942 --- website/content/docs/commands/alloc/exec.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/commands/alloc/exec.mdx b/website/content/docs/commands/alloc/exec.mdx index 2a2f960fcde..8ea9ae7216d 100644 --- a/website/content/docs/commands/alloc/exec.mdx +++ b/website/content/docs/commands/alloc/exec.mdx @@ -17,7 +17,7 @@ The `alloc exec` command runs a command in a running allocation. nomad alloc exec [options] [...] ``` -The nomad exec command can be use to run commands inside a running task/allocation. +The nomad exec command can be used to run commands inside a running task/allocation. Use cases are for inspecting container state, debugging a failed application without needing ssh access into the node that's running the allocation.