#!/bin/bash -ex DOCKER=${DOCKER:-`which docker 2>/dev/null || which podman 2>/dev/null`} ${DOCKER} build -t httpd_memcached - <