#!/bin/bash if [ "$#" -ne 1 ]; then echo "USAGE: $0 PHP_VERSION" exit 1 fi podman run --rm -it --events-backend=file --hostname=palm --network host -v $PWD:/srv:z "mint-php-$1"