Propagate pod and container name for log files

This commit is contained in:
Satnam Singh
2015-04-20 17:26:40 -07:00
parent bd11f004be
commit 2444c1f943
15 changed files with 134 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
.PHONY: build push
IMAGE = fluentd-elasticsearch
TAG = 1.3
TAG = 1.4
build:
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .