Following up with my previous post, let me show an example of setting up a container with sshd running by default, under daemontools supervision:
Results tagged “daemontools”
I've been running docker for quite a while now, as I found it fun to use, and rather easy to deploy even on a Slackware system. It is even better to use it with daemontools, both to supervise the docker process as well as to be an alternative to init
inside containers. Here are some notes regarding this kind of usage:
So, I found myself installing Movable Type on my site to start posting once more. I set it up using the PSGI deployment notes from the GitHub docs, though there are a few things I missed that I should put down: