cadvisor/deploy/build.sh
2014-10-28 10:19:41 -07:00

9 lines
115 B
Bash
Executable File

#!/bin/bash
set -e
set -x
godep go build -a github.com/google/cadvisor
docker build -t google/cadvisor:canary .