What is the best way for me to edit a file using sublime or other editors in Docker with Vagrant?
I\'m working on Mac OSX environment, and I\'ve followed the steps on D
You have to mount the host volume into boot2docker vagrant vm first, and then, mount the vm volume into your container, more info at http://felipejfc.com/2014/08/29/vagrant_docker_sync_folder/