HelloGrayson/compose-mesos

Use goforever instead of supervisor

HelloGrayson opened this issue · 1 comments

Supervisor is terrible.

RUN apt-get -y install golang
RUN mkdir /go
RUN export GOPATH=/go && export PATH=/go/bin:$PATH
RUN go get github.com/gwoo/goforever
ADD mesos-slave.tml /mesos-slave.tml

why not runit?