aio-libs / aiodocker

Python Docker API client based on asyncio and aiohttp
Other
427 stars 97 forks source link

Document how to get stopped containers #831

Open rhelmot opened 11 months ago

rhelmot commented 11 months ago

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.