compose-mesos icon indicating copy to clipboard operation
compose-mesos copied to clipboard

Use goforever instead of supervisor

Open HelloGrayson opened this issue 10 years ago • 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

HelloGrayson avatar Sep 29 '14 14:09 HelloGrayson

why not runit?

inthecloud247 avatar Nov 11 '14 19:11 inthecloud247