is it possible to build the containers with a set of configuration files like vimtheme.vim vimrc gitconfig that should be equal across all projects, containers and teammembers?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
We mount the user home directory from the host into each of the L3D containers, all their settings should therefore be available already. That should bring all the Vim settings from the host into the containers.
hmm mounting the users home-directory is a good idea. like it. however there may be standards in a team and those standards should be shipped with the environment that everyone is supposed to use. So there should be an additional layer. In general it was great to have layers like that:
user config
team config
env config defaults
that means that user config can override team config that can override environmental configs.
To answer the question, if and how that can be implemented in L3D it would be helpful to define, how a team/company would manage that on developer laptops/desktops. It seems that if a team/company has a mechanism, to deploy such configurations stacks onto laptops/desktops, that can then be replicated (or just forwarded) into L3D on those hosts.
its not that the company rolls those changes out, but the developers are asked to update their systems with the lastest version of the shared env.
so from what i understand a possible scenario would be to have a company-repo that contains a set of files. l3d uses them, in case they are existing at a common set of locations.
so the developers would have to update two repos and the settings could be different by teams/companies, but still using l3d.
Yes, so far so good. What we need is an example where you provide such a repo and let us know what you expect the integration to do with them. We can't just solve an abstract problem, we need to understand exactly what you want, then we can make suggestions on how to do that.