Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/micmro/vagrant-docker

Vagrant box with docker, docker-compose and autocomplete installed.
https://github.com/micmro/vagrant-docker

docker ubuntu vagrant

Last synced: about 2 months ago
JSON representation

Vagrant box with docker, docker-compose and autocomplete installed.

Awesome Lists containing this project

README

        

vagrant-docker
==============

Vagrant box with docker, docker-compose and autocomplete installed. Using Ubuntu (trusty64).

Setup
======
Follow installation guide on https://www.vagrantup.com/docs/installation/index.html to install Vagrant and VirtualBox

Control Vagrant
===================

###### Start box
```Shell
vagrant up
```

###### SSH into box
```Shell
vagrant ssh
```

###### Shut down box
```Shell
vagrant halt
```

###### Tear down box
```Shell
vagrant destroy
```

More documentation on https://www.vagrantup.com/