1 min readAug 3, 2017
I expected a bit more information about which tools you use to deploy (continuous deployment?) with Docker. Specially for applications without much scaling requirement (so, no orchestrator like Kubernetes etc). If it comes down to ssh + docker pull I’m as good as with ssh + git pull, the later being even easier to integrate into my CI/CD pipeline. Or maybe just setup a one-node swarm?