#!/usr/bin/bash

command docker inspect --format '{{.NetworkSettings.IPAddress}}' "$1" >/dev/null 2>&1
