[00:18:27] <b0nn> I am building something with mongo (first time) I have some business logic in a container and it will grab data from the db, the question is, should the mongodb be in the same container, or a different one, and what are the challenges associated with the possibilities
[16:39:18] <Fried0kr4> i have 2 replsets. Connecting Secondary on one requires running rs.slaveOk(true) and the other does not.
[16:39:54] <Fried0kr4> is that setting (which is a param on the mongo client, i think) being suggested by my server config somewhere?