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
Copy file name to clipboardExpand all lines: docs/reference/commandline/container_prune.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
@@ -43,7 +43,7 @@ The currently supported filters are:
43
43
* label (`label=<key>`, `label=<key>=<value>`, `label!=<key>`, or `label!=<key>=<value>`) - only remove containers with (or without, in case `label!=...` is used) the specified labels.
44
44
45
45
The `until` filter can be Unix timestamps, date formatted
46
-
timestamps, or Go duration strings (e.g. `10m`, `1h30m`) computed
46
+
timestamps, or Go duration strings supported by [ParseDuration](https://pkg.go.dev/time#ParseDuration)(e.g. `10m`, `1h30m`) computed
47
47
relative to the daemon machine’s time. Supported formats for date
48
48
formatted time stamps include RFC3339Nano, RFC3339, `2006-01-02T15:04:05`,
49
49
`2006-01-02T15:04:05.999999999`, `2006-01-02T07:00`, and `2006-01-02`. The local
Copy file name to clipboardExpand all lines: docs/reference/commandline/image_prune.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
@@ -66,7 +66,7 @@ The currently supported filters are:
66
66
* label (`label=<key>`, `label=<key>=<value>`, `label!=<key>`, or `label!=<key>=<value>`) - only remove images with (or without, in case `label!=...` is used) the specified labels.
67
67
68
68
The `until` filter can be Unix timestamps, date formatted
69
-
timestamps, or Go duration strings (e.g. `10m`, `1h30m`) computed
69
+
timestamps, or Go duration strings supported by [ParseDuration](https://pkg.go.dev/time#ParseDuration)(e.g. `10m`, `1h30m`) computed
70
70
relative to the daemon machine’s time. Supported formats for date
71
71
formatted time stamps include RFC3339Nano, RFC3339, `2006-01-02T15:04:05`,
72
72
`2006-01-02T15:04:05.999999999`, `2006-01-02T07:00`, and `2006-01-02`. The local
Copy file name to clipboardExpand all lines: docs/reference/commandline/network_prune.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
@@ -41,7 +41,7 @@ The currently supported filters are:
41
41
* label (`label=<key>`, `label=<key>=<value>`, `label!=<key>`, or `label!=<key>=<value>`) - only remove networks with (or without, in case `label!=...` is used) the specified labels.
42
42
43
43
The `until` filter can be Unix timestamps, date formatted
44
-
timestamps, or Go duration strings (e.g. `10m`, `1h30m`) computed
44
+
timestamps, or Go duration strings supported by [ParseDuration](https://pkg.go.dev/time#ParseDuration)(e.g. `10m`, `1h30m`) computed
45
45
relative to the daemon machine’s time. Supported formats for date
46
46
formatted time stamps include RFC3339Nano, RFC3339, `2006-01-02T15:04:05`,
47
47
`2006-01-02T15:04:05.999999999`, `2006-01-02T07:00`, and `2006-01-02`. The local
0 commit comments