Commit f36ea13c by Torkel Ödegaard

Added saving buildcontainer to cache directory

parent 595a1fe8
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment