HACKER Q&A
📣 nektro

CLI tool like Docker-compose but fully local?


The config format is very nice and the way it lets you launch multiple containers with various environment variables and view their logs in a single stream. Is there an analogous tool out there that provides this for local executables?


  👤 jamesbrennan Accepted Answer ✓
Are you looking for something like https://github.com/ddollar/foreman?

👤 jonahbenton
Not sure what you are asking. You can build a container for a local executable- with docker and a Dockerfile- and then run that container in compose?