# Containerd Quick Start This document describes how to install and configure `containerd-shim-runsc-v1` using the containerd runtime handler support on `containerd` 1.2 or later. ## Requirements - **runsc** and **containerd-shim-runsc-v1**: See the [installation guide](/docs/user_guide/install/). - **containerd**: See the [containerd website](https://containerd.io/) for information on how to install containerd. ## Configure containerd Update `/etc/containerd/config.toml`. Make sure `containerd-shim-runsc-v1` is in `${PATH}` or in the same directory as `containerd` binary. ```shell cat <