educative.io

Typo in Build and Run a Container - Ansible: Zero to Production Ready

Maybe a typo in this course:

In the Run a Docker container section

The command
docker ps -all

is equivalent to
docker ps -al

which is equivalent to
docker ps --all --latest

I assume the author meant
docker ps --all

1 Like

Hi @Ziyang,
We’ve fixed it. Thanks for pointing this out.