#!/bin/sh set -eu image_tag="${1:-est:smoke}" docker build --tag "$image_tag" . docker run --rm --entrypoint ssh "$image_tag" -V