What does docker ps - a command do ?

The docker ps -a command (short for --all) lists every container on your Docker host, regardless of its current state.
While the standard docker ps command only displays containers that are currently active, adding the -a flag reveals the complete container lifecycle
Пожалуйста, войдите, чтобы спрашивать, отвечать, делиться, ставить лайки и голосовать.