Ubuntu Vagrant Box optimized for CN users
- Replace apt-get source with aliyun.com
- Replace ruby-gem source with taobao
- Support docker-registry mirror of daocloud.io
Download from vagrantcloud
vagrant init ubuntu-cn/trusty64
vagrant up
./install.sh
If you want to accelerate downloading speed of docker images, set a fast docker-registry mirror url in your Vagrantfile like this,
config.vm.provision "shell", inline: "add-docker-registry http://daocloud.io"
You need replace mirror url to a real address, register one if you don't have yet.
Any contribution is more than welcome!
MIT license