nlamirault / vision

a system monitoring and log collector
Apache License 2.0
3 stars 1 forks source link

Add LABEL into all Dockerfiles #8

Closed nlamirault closed 8 years ago

nlamirault commented 9 years ago

Docker 1.6 add support for Labels [1]. For each Dockerfile, add this line :

LABEL vendor=vision \
            com.vision.xxxxx.version=x.y.z

[1] : https://docs.docker.com/userguide/labels-custom-metadata/