#!/bin/sh set -a . ./docker.conf docker stop $NAME docker rm $NAME set +a