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
# besser
docker container ls
# Alle Container, auch die, die beendet worden sind
docker container ls -a
# deprecated
docker ps
# -a auch solche die nicht mehr laufen
docker ps -a