Change Fluentd config to read from head of Docker container logs

This commit is contained in:
Satnam Singh
2015-03-09 17:14:38 -07:00
parent 7b72d9539f
commit 2486de1287
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
.PHONY: build push
TAG = 1.0
TAG = 1.1
build:
sudo docker build -t kubernetes/fluentd-elasticsearch:$(TAG) .