see all running docker containers for all users code example
Example 1: docker ps view command
docker ps --no-trunc
Example 2: docker list containers
# List history of containers
$ docker ps -a
docker ps --no-trunc
# List history of containers
$ docker ps -a