This doc includes:
Go >= 1.15.x is required.
- OverlayBD proxy snapshotter required containerd daemon >= 1.4.x
You need git to checkout the source code and compile:
git clone https://github.com/alibaba/accelerated-container-image.git
cd accelerated-container-image
make
The snapshotter and ctr plugin are generated in bin
.
sudo cat <<-EOF | sudo tee --append /etc/containerd/config.toml
[proxy_plugins.overlaybd]
type = "snapshot"
address = "/run/overlaybd-snapshotter/overlaybd.sock"
EOF
# don't forget to restart the containerd daemon.
sudo systemctl restart containerd