docker check running containers

Shell
# List curently active containers
$ docker ps# List history of containers
$ docker ps -adocker ps -a
Source

Also in Shell: