836e5c6bd0
This fix tries to address the issue raised in 35931 where `before` and `since` filter for `docker ps` does not work and returns an error ``` Error response from daemon: no such container <container_name> ``` The issue was that `before` and `since` filter are matched with `view.Get()` which does not take into considerations of name match. This fix fixes the issue by adding additional logic for name match. This fix fixes 35931. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 9833332dba5cba3709c5d78c28d3dbc52e49bfa9 Component: engine