compose-mesos
compose-mesos copied to clipboard
Use goforever instead of supervisor
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?