1
0
mirror of https://github.com/pcvolkmer/docker-pps.git synced 2025-04-19 09:46:50 +00:00

Change README: Add information about username/uid

This commit is contained in:
Paul-Christian Volkmer 2022-12-21 20:09:13 +01:00
parent 72ae6a228c
commit d7b61a9e5d

View File

@ -17,6 +17,7 @@ CONTAINER ID IMAGE PID UID COMMAND
123456789abc nginx 13572 101 nginx: worker process 123456789abc nginx 13572 101 nginx: worker process
``` ```
User IDs will be shown as usernames on host if there exists a user with matching UID.
To filter processes by user, provide `--uid` argument with comma separated usernames or IDs. To filter processes by user, provide `--uid` argument with comma separated usernames or IDs.
```shell ```shell