diff options
| author | Munyoki Kilyungi | 2025-07-18 17:31:44 +0300 |
|---|---|---|
| committer | Pjotr Prins | 2026-01-05 11:12:10 +0100 |
| commit | ffb9deaa1723eea48b711b2ad9049df115742aea (patch) | |
| tree | e4dea0aef088592d89026f51128458581fb3e59b | |
| parent | d5fd77e191b0f5d2f780b7b9edab6791f5a6deb6 (diff) | |
| download | gn-gemtext-ffb9deaa1723eea48b711b2ad9049df115742aea.tar.gz | |
Update container path in PID check command.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
| -rw-r--r-- | issues/CI-CD/development-container-checklist.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
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 ``` |
