Browse code

Describe the differences between container-inspect and container-list

Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>

Boaz Shuster authored on 2017/06/07 03:33:02
Showing 1 changed files
... ...
@@ -2698,6 +2698,11 @@ paths:
2698 2698
   /containers/json:
2699 2699
     get:
2700 2700
       summary: "List containers"
2701
+      description: |
2702
+        Returns a list of containers. For details on the format, see [the inspect endpoint](#operation/ContainerInspect).
2703
+
2704
+        Note that it uses a different, smaller representation of a container than inspecting a single container. For example,
2705
+        the list of linked containers is not propagated .
2701 2706
       operationId: "ContainerList"
2702 2707
       produces:
2703 2708
         - "application/json"