#!/bin/sh

. $(dirname $0)/_get_container.sh

docker restart "$container" && docker logs --tail=100 -f "$container"