Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/micmro/vagrant-docker
- Owner: micmro
- License: mit
- Created: 2016-02-15T13:55:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T22:37:57.000Z (almost 9 years ago)
- Last Synced: 2023-03-23T12:09:02.851Z (almost 2 years ago)
- Topics: docker, ubuntu, vagrant
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 VirtualBoxControl 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/