> It seems more approachable to developers than ssh and working with real servers.
I think the problem with "ssh'ing into real servers" is reproducibility, right?
I say this as someone who does not use Docker and does not understand it and is scared of it, heh.
But the reason I think I probably should/will have to eventually learn it and use it, is I'm not sure there's a better solution to reproducibility, meaning basically "infrastructure as code", which really means "the state of the infrastructure as code".
Ansible/chef/etc are not great solutions. I haven't used Docker much yet, but my impression is that this is what leads people to Docker, liking it better than these alternatives specifically for reproducibility/"infrastructure as code"?