#!/bin/bash
#
#	Stop the Docker Container
#
dir=`dirname $0`
cd $dir


# Publish the image
#
# PLEASE NOTE: We need to send this to a private repo.
#			   Do not use this yet.
#
#docker publish {{&CONTAINER_NAME}}-container
rv=$?

# Anything else?


# Finish up
exit ${rv}