projectatomic / nulecule

[UNMAINTAINED] Specification describing a container-based application
209 stars 46 forks source link

fix typos in io.projectatomic.nulecule.providers LABEL #144

Closed sub-mod closed 9 years ago

sub-mod commented 9 years ago

atomic info shows "=" in the LABELs

ex atomic info IMAGE io.projectatomic.nulecule.specversion: 0.0.2 io.projectatomic.nulecule.providers: = kubernetes io.projectatomic.nulecule.atomicappversion: 0.1.1

this is because of LABEL io.projectatomic.nulecule.providers = "kubernetes"

which should be LABEL io.projectatomic.nulecule.providers="kubernetes" or LABEL io.projectatomic.nulecule.providers "kubernetes"

more info https://docs.docker.com/userguide/labels-custom-metadata/ @goern

goern commented 9 years ago

:( sorry for the addition work