mesosphere / mesos-dns-pkg

Packaging utilities for Mesos-DNS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmd path wrong

amouat opened this issue · comments

The Dockerfile contains:

CMD ["/usr/bin/mesos-dns"]

but it should be:

CMD ["/mesos-dns"]