@Darren
I am distributing the box to all developers so that they instantly start using it with vagrant up. I want a box as small as possible.
I have two approaches. Can you guide me what one is correct for installing packages and the box shouldnt be so big.
First Approach
I put the docker image for installing git and other packages during iso build in bellow project
and then do /build.sh
and after that create a vagrant box which will install this iso on pre-boot and distribute to other developers
Second approach
I will downlaod latest rancher iso. Login into machine and install docker image with git and other packages and after that create a box out of it and distribute it.