Given this test content, is it possible for txm to do a `contains` on the output of `docker ps` so that `contains == "CONTAINER ID"` ``` # Foo This is some dummy content... <!-- !test program cmd --> <!-- !test in test --> ``` docker ps ``` <!-- !test out test --> ``` CONTAINER ID ``` ```