-
I tried |
Beta Was this translation helpful? Give feedback.
Answered by
jandubois
Oct 20, 2022
Replies: 1 comment
-
You can use A shorter command would be |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Luxvao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
docker container list --all
to include stopped containers.A shorter command would be
docker ps
anddocker ps -a
.