Skip to content

cybertk/vagrant-box-ubuntu-cn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-box-ubuntu-cn

Ubuntu Vagrant Box optimized for CN users

Optmizations

Getting Started

Download from vagrantcloud

vagrant init ubuntu-cn/trusty64
vagrant up

Package at local

./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.

Contributing

Any contribution is more than welcome!

License

MIT license