AntonioMeireles / coreos-packer

CoreOS Packer for Vagrant Box
9 stars 1 forks source link

Install parallels tools #1

Open ddiachkov opened 9 years ago

ddiachkov commented 9 years ago

Hello! It would be nice if parallels boxes will have parallels tools installed. (for example you can share your local code directory with CoreOS and it's containers via parallels shared folder which I think works faster than NFS)

I wrote packer.io template to do so. Maybe you can reuse my code: https://github.com/ddiachkov/coreos-parallels-packer/blob/master/scripts/install-parallels-tools.sh

AntonioMeireles commented 9 years ago

hi, thanks for the pointer and very sorry for the long lag in my reply.

I'm not sure i'd want to get this feature specifically for the CoreOs images for several orders of reasons:

Anyway, these are just my initial thoughts. things evolve over time :smile:

all the best,

ddiachkov commented 9 years ago

Good point! You are right, less entropy – less bugs. I think I'll simply add Vagrant's provision block to install parallels tools.