Skip to content

elarasu/vagrant-ubuntu-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Instructions to seed the dev environment. Very specific environment via vagrant to setup

  • ubuntu
  • ansible
  • git tools
  • languages {python, nodejs}
  • docker
  • editors {vi,emacs}

Pre-requisite

On Mac, Vagrant v1.6.3 or above

  • git client
  • python, easy_install, pip sudo easy_install pip
  • ansible pkgs sudo pip install paramiko PyYAML jinja2 httplib2

Instructions

First clone this repository to your box and have pre-requsites installed.

   $ cd vagrant-ubuntu-docker
   $ git clone git://github.com/ansible/ansible.git --recursive
   $ source ansible/hacking/env-setup
   $ vagrant up
   $ vagrant ssh

update to git changes

Ongoing updates to changes in git repo

   $ cd vagrant-ubuntu-docker
   $ git pull 
   $ source ansible/hacking/env-setup
   $ vagrant provision / vagrant reload (port changes)

pending

docker upgrade

   sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -"
   sudo sh -c "echo deb http://get.docker.io/ubuntu docker main\ > /etc/apt/sources.list.d/docker.list"
   sudo aptitude update
   sudo aptitude install lxc-docker

docker-compose install

   sudo pip install -U docker-compose

About

MacOS Vagrant development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •