Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```