Merge pull request #1983 from moooofly/develop
fix: ./deploy/build.sh can not find Dockerfile
This commit is contained in:
commit
2df69b73de
@ -19,4 +19,4 @@ set -x
|
||||
|
||||
make build
|
||||
|
||||
docker build -t google/cadvisor:beta .
|
||||
docker build -t google/cadvisor:beta -f $(dirname $0)/Dockerfile .
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user