Forrest logo
back to the docker tool

docker:ai:e9969

How to show all running docker containers?
$ docker ps --format '{{json .}}'
try on your machine

This command lists all running Docker containers and formats the output as a JSON string.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how to show all running docker containers?
back to the docker tool