Add makefile for building centos5 docker image

This commit is contained in:
Taro L. Saito 2017-12-01 14:10:24 -08:00
parent 4eaa9a269c
commit 2f38b2eae6

6
docker/Makefile Normal file
View File

@ -0,0 +1,6 @@
centos5-image:
docker build -f Dockerfile.centos5-linux-x86_64-pic -t xerial/centos5-linux-x86_64:latest
# dockerhub login
# docker login --username=xerial
# docker push xerial/centos5-linux-x86_64:latest