Check Docker running processes.

<pre lang="bash">
$ docker ps -a

To see it in real time.

<pre lang="bash">
$ watch docker ps