Docker Snippets
sudo docker build --no-cache=true -t <account>/<image>:<version> .
sudo docker run <docker_image> -p <port> -i -t <docker_image>