1#!/bin/bash 2 3# SPDX-FileCopyrightText: Copyright The Lima Authors 4# SPDX-License-Identifier: Apache-2.0 5 6set -eux -o pipefail 7 8colima start 9 10docker run --rm hello-world 11 12colima stop 13 14