You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Through nonsense I was able to discover that you can say
my_docker.containers.list(all=1)
to do the same thing asdocker ps -a
. This should be added to the docs.The text was updated successfully, but these errors were encountered: