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/ops.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,6 +154,8 @@ They should not be tampered with as corruption and bugs can and will happen.
154
154
External apps reading or watching changes in these directories have been known to cause `EBUSY` and stale file handles when containerd and/or its plugins try to cleanup resources.
155
155
156
156
```toml
157
+
version = 2
158
+
157
159
# persistent data location
158
160
root = "/var/lib/containerd"
159
161
# runtime state information
@@ -229,6 +231,8 @@ Both modes share backing data, while "shared" will reduce total bandwidth across
229
231
The default is "shared". While this is largely the most desired policy, one can change to "isolated" mode with the following configuration:
0 commit comments