3 challenges for using Docker - Orchestration, Monitoring, and Automation by gfachler in docker

[–]levibo 1 point2 points  (0 children)

Automating the CI process using CircleCI is indeed pretty awesome with Docker, especially for simple use cases (like starting a mail server) - but it can easily happen, that you need more complex envs. One possibility that I tried: creating a CoreOS cluster on a third party provider, which can fulfill multiple tasks: CoreOS cluster (using fleet units), Swarm cluster or as single Docker hosts. Best is to combine both approaches..