https://github.com/briangershon/vagrant-with-docker
A Vagrantfile tailored for creating and running Docker containers.
https://github.com/briangershon/vagrant-with-docker
Last synced: about 2 months ago
JSON representation
A Vagrantfile tailored for creating and running Docker containers.
- Host: GitHub
- URL: https://github.com/briangershon/vagrant-with-docker
- Owner: briangershon
- License: mit
- Created: 2015-06-09T00:24:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T22:02:00.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T09:45:03.092Z (4 months ago)
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
vagrant-with-docker
===================A `Vagrantfile` tailored for creating and running Docker containers.
Features
--------* Installs latest Docker and Docker Compose
* SSH agent forwarding
* Ubuntu 14.04 LTS
Getting Started
---------------1. For ssh forwarding, make sure your keys are added on your host system by running `ssh-add`
2. `vagrant up` to build and start the VM, and install Docker
3. `vagrant ssh` to connect to your new VM
4. On the VM, the `/vagrant` folder automatically syncs with your host filesystem so you can easily edit Dockerfiles, etc on your host system and use those in Vagrant.