-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for docker-compose run
#52
Comments
Hi @Laski! We don't expect to add However, we have had some teams simulate E.g.
Then once you Hope that helps! |
Thanks @kklin! Yeah, it seems the best workaround until this is implemented 😅 . |
You'd implement this modifying the RPC between the CLI, and the cluster component that deploys containers into the Kubernetes cluster: https://github.com/kelda/blimp/blob/master/_proto/blimp/cluster/v0/manager.proto For example, the code for deploying pods when you run The thing I'm not sure about is what the UX would be of the containers created by |
Is your feature request related to a problem? Please describe.
We have many environment initialization routines implemented inside the docker image and run with compose (e.g.
docker-compose run backend load_db
). In order to completely replacedocker-compose
withblimp
, it would be nice thatblimp
supports that syntax and behaviour.Describe the solution you'd like
Be able to
blimp run backend load_db
(with or without support for the other parameters).Additional context
PS: I just found this project and looks really promising. Thanks!
The text was updated successfully, but these errors were encountered: