#!/bin/bash # A sample script for testing the gvisor-containerd-shim # using runtime handler. set -ex { # Step 1: Pull the nginx image sudo crictl pull nginx } { # Step 2: Create sandbox.json cat <