Problem
You are trying to run the ps command in a docker container (ie ps ax), but you get:
1 |
bash: ps: command not found |
Solution
Taken from the answer here
1apt install procps