Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 国内定制版
- Host: GitHub
- URL: https://github.com/cybertk/vagrant-box-ubuntu-cn
- Owner: cybertk
- License: mit
- Created: 2015-03-17T09:19:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T03:53:06.000Z (over 9 years ago)
- Last Synced: 2024-04-14T23:28:43.597Z (9 months ago)
- Topics: vagrant-boxes
- Language: Shell
- Homepage:
- Size: 188 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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