from Hacker News

Show HN: Bocker-compose, the missing layer to Docker-compose

by satoqz on 3/7/24, 4:04 PM with 2 comments

A (joke?) one-liner I came up with while thinking about solutions to centralized container management across multiple SSH hosts. Shame on me.

The name is inspired by bocker [0], albeit this doesn't re-implement docker-compose in bash, I found it to be fitting enough.

I'd love to see someone come up with a smarter and/or shorter way to do this.

[0] https://github.com/p8952/bocker

  • by ttymck on 3/7/24, 8:12 PM

    Do you have any example use cases for multi host docker?