Difference between revisions of "Docker container ls --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{docker container}} Category:Docker")
 
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
<pre>
 +
Usage:  docker container ls [OPTIONS]
 +
 +
List containers
 +
 +
Aliases:
 +
  ls, ps, list
 +
 +
Options:
 +
  -a, --all            Show all containers (default shows
 +
                        just running)
 +
  -f, --filter filter  Filter output based on conditions
 +
                        provided
 +
      --format string  Pretty-print containers using a Go
 +
                        template
 +
  -n, --last int        Show n last created containers
 +
                        (includes all states) (default -1)
 +
  -l, --latest          Show the latest created container
 +
                        (includes all states)
 +
      --no-trunc        Don't truncate output
 +
  -q, --quiet          Only display container IDs
 +
  -s, --size            Display total file sizes
 +
</pre>
  
  

Revision as of 09:51, 8 April 2023

Usage:  docker container ls [OPTIONS]

List containers

Aliases:
  ls, ps, list

Options:
  -a, --all             Show all containers (default shows
                        just running)
  -f, --filter filter   Filter output based on conditions
                        provided
      --format string   Pretty-print containers using a Go
                        template
  -n, --last int        Show n last created containers
                        (includes all states) (default -1)
  -l, --latest          Show the latest created container
                        (includes all states)
      --no-trunc        Don't truncate output
  -q, --quiet           Only display container IDs
  -s, --size            Display total file sizes


See also

Advertising: