# Older Versions (containerd 1.1) This document describes how to install and run the `gvisor-containerd-shim` using the untrusted workload CRI extension. This requires `containerd` 1.1 or later. *Note: The untrusted workload CRI extension is deprecated by containerd and `gvisor-containerd-shim` is maintained on a best-effort basis. If you are using containerd 1.2+, please see the [containerd 1.2+ documentation](./quick_start.md) and use `containerd-shim-runsc-v1`.* ## Requirements - **runsc** and **gvisor-containerd-shim**: 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 Create the configuration for the gvisor shim in `/etc/containerd/gvisor-containerd-shim.toml`: ```shell cat <