#!/bin/bash set -e whoami ls -l /run/containerd || true ls -l /var/run/docker || true echo "Running nerdctl compose with file: $INPUT_FILE" exec nerdctl compose -f "$INPUT_FILE" $INPUT_ARGS