include /opt/docker/build/Makefile NAME = redis VERSION = latest RUN = -p 6379:6379 -v /opt/docker/images/$CONTAINER/fs:/host build: base redis