ps.rst 402 B

1234567891011121314151617
  1. :title: Ps Command
  2. :description: List containers
  3. :keywords: ps, docker, documentation, container
  4. =========================
  5. ``ps`` -- List containers
  6. =========================
  7. ::
  8. Usage: docker ps [OPTIONS]
  9. List containers
  10. -a=false: Show all containers. Only running containers are shown by default.
  11. -notrunc=false: Don't truncate output
  12. -q=false: Only display numeric IDs