blob: 5c2ff130f2c412be69b53a586632ee383b4b4e9e [file] [log] [blame]
IMAGE="rsmmr/clang:3.5"
all:
# Note, building the Docker image needs the default image size increased.
# On Fedora: add "--storage-opt dm.basesize=30G" to /etc/sysconfig/docker.
docker-build:
docker build -t ${IMAGE} .
docker-run:
docker run -i -t ${IMAGE}
docker-push:
docker push ${IMAGE}