From 1c8ce07785dc4f6f8ab20f58fe5439a75f968135 Mon Sep 17 00:00:00 2001 From: Joir-dan Gumbs Date: Tue, 19 Apr 2016 23:19:55 -0700 Subject: [PATCH] Added link to docker ps documentation Signed-off-by: Joir-dan Gumbs --- docs/api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api.md b/docs/api.md index ade7a581..08131fc2 100644 --- a/docs/api.md +++ b/docs/api.md @@ -154,6 +154,8 @@ non-running ones - `before` (str): Only containers created before a particular container. Give the container name or id. - `since` (str): Only containers created after a particular container. Give container name or id. + A comprehensive list can be found [here](https://docs.docker.com/engine/reference/commandline/ps/) + **Returns** (dict): The system's containers ```python