dev-environments icon indicating copy to clipboard operation
dev-environments copied to clipboard

Use user/company name in the dev environements

Open deidyomega opened this issue 4 years ago • 1 comments

Tell us about your request Change the naming convetion from: {{github project name}}-{{random word}}_{{random word}} to: {{username}}-{{github project name}}-{{random word}}_{{random word}} Or even better, let me pick the name so I can use my own convention.

So if I wanted to check out https://github.com/docker/compose it would be: docker-compose-random_word instead of compose-random_word

Which service(s) is this request for? Dev Environements

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? I have a large number of projects spanning 5 companies. Keeping track of each project without a standard naming convention is hard.

Are you currently working around the issue? Just manually looking for each project

deidyomega avatar Sep 26 '21 23:09 deidyomega

@deidyomega

Thank you for your feedback, we currently working with our UX designer to find the best way to allow you to specify your Dev Environments containers name prefix. We're also working to use Compose as the default file format to customise your Dev Environment, so you should be able to define the prefix directly in those config file.

glours avatar Oct 06 '21 08:10 glours