# Configure containerd-shim-runsc-v1 (Shim V2) This document describes how to configure runtime options for `containerd-shim-runsc-v1`. This is follows on to the instructions of [Runtime Handler Quick Start (shim v2) (containerd >=1.2)](runtime-handler-shim-v2-quickstart.md) and requires containerd 1.3 or later. ### Update `/etc/containerd/config.toml` to point to a configuration file for `containerd-shim-runsc-v1`. `containerd-shim-runsc-v1` supports a few different configuration options based on the version of containerd that is used. For versions >= 1.3, it supports a configurable config path in the containerd runtime configuration. ```shell { # Step 1: Update runtime options for runsc in containerd config.toml cat <