-
Notifications
You must be signed in to change notification settings - Fork 0
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
devctl features (V1.0) #1
Comments
When you say not in the default location do you mean fuzzy search the entire comp? |
Ya kind of. I was thinking we can keep a database file to store where all the projects are. Perhaps we could have a |
you could piggy back off the post clone hook |
Ya that would be cool |
As a first pass we could use docker compose to manage the containers for us. It would save us from having to configure containers for the mvp |
We should use an etcd cluster to store where each folder is stored lol |
#webscale! |
it actually might not be a horrible idea actually :P |
seems like overkill though. It's kind of shitty to rely on a VM to work |
Not a VM. Run just simple etcd in a docker container and mount the logfile directory |
Docker still requires a VM to run it. Docker seems like an unnecessary dependency |
Agreed but most of the actual features like booting up stuff have to rely on docker already. |
The difference is you expect
Although this adds unnecessary complexity. We would also have to wait for the container to spin up and would require the docker daemon to be running |
well if you wanted to go all out you could build the vm on top of hypervisor as part of the initialization and not rely on docker. We don't have to use etcd. It was just an idea to see how we could keep this config clean |
I was just thinking of using a textfile but I'm not sure thats the best solution. Think theres room for brainstorming here, on how to do this. Might be something to save for future versions. It would be cool to use etcd though. The way to do it I think would be through serverless docker structure. Might be fun to experiment with |
I was trying to stay away from the text file thats why I was thinking something like etcd. Lets keep spit balling here |
That looks cool I agree text files are icky |
Ya etcd is backed by a simple log file too |
cool too: https://github.com/kelseyhightower/confd |
For a project that is
xhyve is rather dead :( I've head of confd. It looks cool!!!! Didn't know that it was done by kelsey. |
Dev uses ~/.devconfig to setup the default clone path |
@karanthukral
The text was updated successfully, but these errors were encountered: