#!/bin/sh TEMPLATE="{{ (index (index .NetworkSettings.Ports \"${1}/tcp\") 0).HostPort }}" docker inspect -f "${TEMPLATE}" ${2}