From ffb9deaa1723eea48b711b2ad9049df115742aea Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 18 Jul 2025 17:31:44 +0300 Subject: Update container path in PID check command. Signed-off-by: Munyoki Kilyungi --- issues/CI-CD/development-container-checklist.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issues/CI-CD/development-container-checklist.gmi b/issues/CI-CD/development-container-checklist.gmi index d260f62..7cf4687 100644 --- a/issues/CI-CD/development-container-checklist.gmi +++ b/issues/CI-CD/development-container-checklist.gmi @@ -80,7 +80,7 @@ To enter the running container shell, ensure you're using the *parent* PID of th Use this command to locate the correct container parent process: ``` -ps -u root -f --forest | grep -A4 '/usr/local/bin/genenetwork-local-container' | grep shepherd +ps -u root -f --forest | grep -A4 '/usr/local/bin/genenetwork-development-container' | grep shepherd ``` -- cgit 1.4.1