radial / imagebase-spoke

Base Dockerfile for Spoke containers. Supervisor and SSH built-in for your apps.
https://index.docker.io/u/radial/spoke-base
2 stars 1 forks source link

Configure supervisor socket for `--volumes-from` access for signal passing #4

Closed brianclements closed 9 years ago

brianclements commented 10 years ago

--volumes-from to the location of the socket is a better method for typical start/restart actions to do unto a container. Seems like a good alternate to nsenter, which should be saved for only the most complex needs (debugging).

source