split packages into functional groups

This commit is contained in:
Marty Oehme 2019-03-11 11:07:52 +01:00
parent ac3c172a23
commit 765233aad3
8 changed files with 44 additions and 43 deletions

View file

@ -0,0 +1,5 @@
,code,"is an open source gui code editor in the style of atom/sublime - but better."
,vagrant,"is a development environment provisioning system which easily spins up virtual machines for you."
,virtualbox,"is a virtual machine framework which is mainly used by vagrant."
,docker,"should need no introduction, but allows you to run everything in a container."
,docker-compose,"allows you to run many, many containers much more easily."
1 code is an open source gui code editor in the style of atom/sublime - but better.
2 vagrant is a development environment provisioning system which easily spins up virtual machines for you.
3 virtualbox is a virtual machine framework which is mainly used by vagrant.
4 docker should need no introduction, but allows you to run everything in a container.
5 docker-compose allows you to run many, many containers much more easily.