#!/bin/sh set -a . ./docker.conf docker pull $DOCKER_IMAGE echo "Docker image $DOCKER_IMAGE" set +a