Why do you run sshd inside containers? I'm sort of surprised that Facebook does anything but run servers inside them. Running another init seems like an antipattern to me.
Could be that you would want to have a more generic interface for your containers, and not have to integrate too tightly with your container framework?