Skip to content

jzallas/devenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devenv

Overview

This is a local development environment that I use for the purposes of building and running applications on different operating systems. For now, this will just be a convenient way to spin up an docker enabled environment on the off-chance that an application needs to be run on an operating system where installing native docker isn't trivial.

What's included?

  1. Ubuntu 14.04.5 LTS
  2. Docker CE
  3. Docker Compose
  4. nsenter

Requirements

This may work on other versions, but these are the specific versions I am using and have tested

  1. Install Vagrant v.1.9.7
  2. Virtualbox v.5.1.24

Usage

  1. You should install the vb-guest plugin to ensure that shared folders work properly: vagrant plugin install vagrant-vbguest
  2. vagrant up
  3. Optional: to validate that everything is working:
vagrant ssh
sudo docker run hello-world
sudo docker-compose --version
  1. You can easily enter running docker containers by using docker-enter <container_name>

TODO

At some point I will include a description on how to install and run docker images using this environment.

About

Local development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published