You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page contains information about reporting issues as well as some tips and
8
8
guidelines useful to experienced open source contributors. Finally, make sure
@@ -95,7 +95,7 @@ don't get discouraged!
95
95
<tr>
96
96
<td>Community Slack</td>
97
97
<td>
98
-
The Docker Community has a dedicated Slack chat to discuss features and issues. You can sign-up <a href="https://www.docker.com/docker-community" target="_blank">with this link</a>.
98
+
The Docker Community has a dedicated Slack chat to discuss features and issues. You can sign-up <a href="https://www.docker.com/community/" target="_blank">with this link</a>.
99
99
</td>
100
100
</tr>
101
101
<tr>
@@ -118,7 +118,7 @@ don't get discouraged!
118
118
<td>Stack Overflow</td>
119
119
<td>
120
120
Stack Overflow has over 17000 Docker questions listed. We regularly
Copy file name to clipboardExpand all lines: docs/reference/compose_ps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ example-bar-1 alpine "/entrypoint.…" bar 4 seconds ago exited
25
25
|`-a`, `--all`|`bool`|| Show all stopped containers (including those created by the run command) |
26
26
|`--dry-run`|`bool`|| Execute command in dry run mode |
27
27
|[`--filter`](#filter)|`string`|| Filter services by a property (supported filters: status) |
28
-
|[`--format`](#format)|`string`|`table`| Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates |
28
+
|[`--format`](#format)|`string`|`table`| Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/engine/cli/formatting/ for more information about formatting output with templates |
29
29
|`--no-trunc`|`bool`|| Don't truncate output |
30
30
|`--orphans`|`bool`|`true`| Include orphaned services (not declared by project) |
|`-a`, `--all`|`bool`|| Show all containers (default shows just running) |
11
11
|`--dry-run`|`bool`|| Execute command in dry run mode |
12
-
|`--format`|`string`|| Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates |
12
+
|`--format`|`string`|| Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/engine/cli/formatting/ for more information about formatting output with templates |
13
13
|`--no-stream`|`bool`|| Disable streaming stats and only pull the first result |
0 commit comments