#!/bin/sh
set -eu
docker run --rm -it "$@"
