Chaosthebot / Chaos

A social coding experiment that updates its own code democratically.
http://chaosthebot.com
MIT License
2.44k stars 210 forks source link

rebuilding vps with xenial #563

Open amoffat opened 7 years ago

amoffat commented 7 years ago

yay, nay? If we go to a full docker deployment, I guess it doesn't matter too much either way.

mdcfe commented 7 years ago

I was thinking partial docker deployment (core outside), so that we don't need to worry about containers inside containers (yo dawg) or managing containers from other containers.

Redmega commented 7 years ago

Partial docker sounds good

mdcfe commented 7 years ago

On second thoughts, full Docker would be good in that the production and dev environments would be the same and would mean that it would be easier to manage dependencies.

Redmega commented 7 years ago

Wouldn't vagrant be better for development? I thought docker was more for deployment management. I'm not overly familiar with the world of devops so if you could explain why we would want one over the other I'd appreciate the opportunity to learn.

mdcfe commented 7 years ago

If we use Docker for both, we don't need to maintain identical containers for both Docker and Vagrant.