I just recently moved a bunch of my services to docker compose and it is a breeze to setup. All you need is a config file and your squared away. No more dealing with lxc or manually configuring software. Just write a config and your done.

  •  cobra89   ( @cobra89@beehaw.org ) 
    link
    fedilink
    English
    411 months ago

    Helm is also very cool for this but for Kubernetes instead of individual containers. So if you want to deploy a whole application that runs several services you can just write a helm config and it stands up everything for you.