how to check the container in docker command code example
Example 1: docker list containers
# List history of containers
$ docker ps -a
Example 2: docker see containers full command
docker ps --no-trunc
# List history of containers
$ docker ps -a
docker ps --no-trunc