Open NilsG-S opened 6 years ago
Basically, these tools are shared among all stacks, so they don't need to be containerized. Examples: Git, SSH, etc.
.gitconfig
ADD
.gitignore
eval $(ssh-agent -s)
dev-tools
vim
Maybe have different setup scripts depending on my project?
Main
Basically, these tools are shared among all stacks, so they don't need to be containerized. Examples: Git, SSH, etc.
.gitconfig
to config repo?ADD
.gitignore
eval $(ssh-agent -s)
dev-tools
containers. Name them instead. Update docsdev-tools
withvim
. Just exec into it to have both Vim and various other development toolsdev-tools
Specializations