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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T22:37:57.000Z (over 10 years ago)
- Last Synced: 2024-12-29T18:20:59.894Z (over 1 year ago)
- Topics: docker, ubuntu, vagrant
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- 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 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/