aio-libs / aiodocker

Python Docker API client based on asyncio and aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document how to get stopped containers

rhelmot opened this issue · comments

Through nonsense I was able to discover that you can say my_docker.containers.list(all=1) to do the same thing as docker ps -a. This should be added to the docs.