Skip to content

DefiantBidet/docker-base-devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Docker: Base Devbox

NOTE: this is a Work In Progress!

This repo contains the Dockerfile and dotfiles used to create a the base-devbox image hosted on docker hub

Setup

In order to configure git properly when building an image from this project's Dockerfile, you will need to change the following in the Dockerfile.

ENV GIT_USER_NAME "Enter Yor Git UserName here"
ENV GIT_USER_EMAIL "Enter Yor Git UserEmail here"

Contents

  • Dockerfile
    • used to create base image
  • dotfiles/
    • directory of dotfiles to be installed on the virtual machine

Virtual Machine

The Dockerfile creates a Debian 8.0 box with the following tools installed:

  • git
    • version control
  • node
    • version 0.12
    • containers extending off this image, will leverage the base node install
  • npm
    • version 2.10
  • vim
    • sets up Vim with some preconfigured defaults.
  • z
    • for jumping around the filesystem