Merge pull request #2123 from BooleanCat/master

Fix typo in docs
This commit is contained in:
Phil Estes
2018-02-12 12:26:28 -05:00
committed by GitHub

View File

@@ -150,7 +150,7 @@ Sockets, pids, runtime state, mount points, and other plugin data that must not
Both the `root` and `state` directories are namespaced for plugins. Both the `root` and `state` directories are namespaced for plugins.
Both directories are an implementation detail of containerd and its plugins. Both directories are an implementation detail of containerd and its plugins.
They should not be tampered with as corruption and bugs can and will happen. They should not be tampered with as corruption and bugs can and will happen.
External apps reading or watching changes in these directories have been know to cause `EBUSY` and stale file handles when containerd and/or its plugins try to cleanup resources. 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.
```toml ```toml
# persistent data location # persistent data location