Hacker News new | ask | show | jobs
by tokenizerrr 4614 days ago
It is common to include dependencies like MySQL and Apache in the container of your application. Usually people use supervisord with a configuration file to start all the different daemons needed.
1 comments

It may be common outside of the Docker world, but definitely an anti-pattern within the community.