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
chore(deps): upgrade BuildKit to v0.13 / Moby to v26
Additionally update some workflows in CI to add Moby
v26 RC2 to the matrix and upgrade the various Docker
actions.
Signed-off-by: Milas Bowman <[email protected]>
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
@@ -12,7 +12,7 @@ List containers
12
12
|[`--filter`](#filter)|`string`|| Filter services by a property (supported filters: status) |
13
13
|[`--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 |
14
14
|`--no-trunc`||| Don't truncate output |
15
-
|`--orphans`||| Include orphaned services (not declared by project) |
15
+
|`--orphans`|`bool`|`true`| Include orphaned services (not declared by project) |
16
16
|`-q`, `--quiet`||| Only display IDs |
17
17
|`--services`||| Display services |
18
18
|[`--status`](#status)|`stringArray`|| Filter services by status. Values: [paused \| restarting \| removing \| running \| dead \| created \| exited]|
0 commit comments