Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-yu/vagrant
Vagrant file for UCP, DTR, and Jenkins using Virtualbox
https://github.com/david-yu/vagrant
Last synced: 18 days ago
JSON representation
Vagrant file for UCP, DTR, and Jenkins using Virtualbox
- Host: GitHub
- URL: https://github.com/david-yu/vagrant
- Owner: david-yu
- Created: 2016-06-03T20:34:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T04:29:15.000Z (over 8 years ago)
- Last Synced: 2024-11-05T22:19:29.018Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vagrant Virtualbox setup for Docker
========================## Download vagrant from Vagrant website
```
https://www.vagrantup.com/downloads.html
```## Download trusty64
```
vagrant init ubuntu/trusty64
```## Bring up/Resume UCP, DTR, and Jenkins nodes
```
vagrant up ucp-node dtr-node jenkins-node lb-node app-node1
```## Stop UCP, DTR, and Jenkins nodes
```
vagrant halt ucp-node dtr-node jenkins-node lb-node app-node1
```## Destroy UCP, DTR, and Jenkins nodes
```
vagrant destroy ucp-node dtr-node jenkins-node lb-node app-node1
```