I want to do a ps command in a docker container derived from Debian official Docker hub repository:

$ docker run -ti debian:wheezy /bin/bash
root@51afd6b09af8:/# ps
bash: ps: command not found

5 Answers
5

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *