|
|
|
|
|
by tontony
48 days ago
|
|
Compose is great, but a couple things always created friction for me when using it for non-local setups: * Lack of a user-friendly way of managing a Docker Compose installation on a remote host. SSH-forwarding the docker socket is an option, but needs wrappers and discipline. * Growing beyond one host (and not switching to something like Kubernetes) would normally mean migrating to Swarm, which is its own can of worms. * Boilerplate needed to expose your services with TLS Uncloud [1] fixed all those issues for me and is (mostly) Compose-compatible. [1] https://github.com/psviderski/uncloud/ |
|
If you remember `docker machine`, this is basically the modern version of that.