Merge pull request #1983 from moooofly/develop

fix: ./deploy/build.sh can not find Dockerfile
This commit is contained in:
David Ashpole 2018-06-28 10:04:55 -07:00 committed by GitHub
commit 2df69b73de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ set -x
make build
docker build -t google/cadvisor:beta .
docker build -t google/cadvisor:beta -f $(dirname $0)/Dockerfile .

View File

@ -8,7 +8,7 @@ Building the cAdvisor Docker container is simple, just run:
$ ./deploy/build.sh
```
Which will statically build the cAdvisor binary and then build the Docker image. The resulting Docker image will be called `google/cadvisor:canary`. This image is very bare, containing the cAdvisor binary and nothing else.
Which will statically build the cAdvisor binary and then build the Docker image. The resulting Docker image will be called `google/cadvisor:beta`. This image is very bare, containing the cAdvisor binary and nothing else.
## Deploying