#!/bin/bash echo "Type docker tag (version)" read DOCKER_TAG docker build -t pingmachine/ping_engine:$DOCKER_TAG -f Dockerfile .