836e5c6bd0beb0e920a9c3d01c6b87505daeac28
before and since filter for docker ps
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
Description
No description provided
310 MiB
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%