Hacker News new | ask | show | jobs
by yackob03 4636 days ago
Correct me if I'm wrong, but as far as I know Docker actually does run a binary called /sbin/init, it's just that they've replaced it in the base images with something that is more suited for fast startup times and running of a single process. Setting the Docker start command to init will probably not accomplish what you want.
1 comments

That was true in earlier versions of Docker, but has been fixed. alexlarsson is correct :)