Added saving buildcontainer to cache directory

This commit is contained in:
Torkel Ödegaard 2015-03-07 13:55:12 +01:00
parent 595a1fe852
commit f36ea13cb2

View File

@ -8,6 +8,7 @@ if [[ -e ~/docker/centos.tar ]]; then
docker load -i ~/docker/centos.tar;
else
docker build --tag "grafana/buildcontainer" docker/buildcontainer
docker save grafana:buildcontainer > ~/docker/centos.tar;
fi