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
Since nerdctl has been supported overlaybd in containerd#603 but missing document.
This pr adds the description in it.
Signed-off-by: Yifan Yuan <[email protected]>
OverlayBD is a remote container image format base on block-device which is an open-source implementation of paper ["DADI: Block-Level Image Service for Agile and Elastic Application Deployment. USENIX ATC'20".](https://www.usenix.org/conference/atc20/presentation/li-huiba)
7
+
8
+
See https://github.com/containerd/accelerated-container-image to learn further information.
9
+
10
+
## Enable lazy-pulling for `nerdctl run`
11
+
12
+
- Install containerd remote snapshotter plugin (`overlaybd`) from https://github.com/containerd/accelerated-container-image/blob/main/docs/BUILDING.md
13
+
14
+
- Add the following to `/etc/containerd/config.toml`:
nerdctl run --net host -it --rm --snapshotter=overlaybd registry.hub.docker.com/overlaybd/redis:6.2.1_obd
27
+
```
28
+
29
+
For more details about how to build overlaybd image, please refer to [accelerated-container-image](https://github.com/containerd/accelerated-container-image/blob/main/docs/IMAGE_CONVERTOR.md) conversion tool.
0 commit comments