#!/usr/bin/env bash set -e docker build -t iceberg:$(cat VERSION) . docker run --name iceberg --rm -v $(pwd)/data:/data iceberg:$(cat VERSION) $@