Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybertk/vagrant-box-ubuntu-cn

Ubuntu Vagrant Box 国内定制版
https://github.com/cybertk/vagrant-box-ubuntu-cn

vagrant-boxes

Last synced: 2 months ago
JSON representation

Ubuntu Vagrant Box 国内定制版

Awesome Lists containing this project

README

        

# vagrant-box-ubuntu-cn

> Ubuntu Vagrant Box optimized for CN users

## Optmizations

- Replace apt-get source with [aliyun.com][]
- Replace ruby-gem source with [taobao][]
- Support docker-registry mirror of [daocloud.io][]

[aliyun.com]: http://mirrors.aliyun.com/.help/ubuntu.html
[taobao]: https://ruby.taobao.org/
[daocloud.io]: https://www.daocloud.io/account/signup?invite=637512f2

## Getting Started

### Download from [vagrantcloud]

vagrant init ubuntu-cn/trusty64
vagrant up

[vagrantcloud]: https://atlas.hashicorp.com/ubuntu-cn/boxes/trusty64

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

[register]: https://www.daocloud.io/account/signup?invite=637512f2

## Contributing

Any contribution is more than welcome!

## License

MIT license