Docker ps

From NovaOrdis Knowledge Base
Revision as of 02:57, 20 November 2017 by Ovidiu (talk | contribs) (→‎Options)
Jump to navigation Jump to search

External

Internal

Overview

List running containers. The output contains:

  • the container ID and name(s)
  • the image the container was created from
  • the command
  • the container's status
  • when long ago was created
  • what ports it uses

Options

-a, --all

Lists all containers (stopped and running).

-q, --quiet

Only display the numeric container IDs.