Now that we have containers, we need to push them to our subprod environments so they can be tested. Bear with me, this is where things get a little complicated.
Docker Setup Most people take the easy way out when they move to docker: they ship their containers to the cloud and let someone else manage the installation, upgrades, and maintenance on the docker hosts. We don’t do things the easy way around these parts, though, so we have our own server farm: a series of VMs in our datacenter.
Continue reading