This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Add to formula a option to change default runner #859
Labels
📚 documentation
Improvements or additions to documentation
✔️ refined
ISSUE refined by the Ritchie Team
✨ feature
Suggest a new feature or enhancement to the Ritchie project
Milestone
What would you like to be added:
When we run
rit init
we choose between local and docker. But in some cases, is better to run (or maybe only possible) to run in a single environment.Ex: Run docker operations like
exec
, or maybedocker-compose up
I understand we can use flags to "change" that behavior, but the developer need to know that is only possible to run from outside the docker.
A nice approach could be provide a metadata field where we can specify some restrictions
Ex:
Why is this needed:
Some operations need to run outside from docker and is a better experience if the developer doesn't need to find why is getting error inside the docker.
The text was updated successfully, but these errors were encountered: