Skip to content

Instantly share code, notes, and snippets.

View vamshis's full-sized avatar

Vamshi Suram vamshis

  • Bangalore
View GitHub Profile
@vamshis
vamshis / .vimrc
Created January 11, 2014 08:45 — forked from rageshkrishna/.vimrc
"
" Note: I'm using Vundle to manage my plugins. Follow instructions at
" https://github.com/gmarik/vundle before using this file
"
" I'm also using the Tomorrow-Night-Bright colour scheme. Get it from
" https://github.com/chriskempson/tomorrow-theme
"
set nocompatible " be iMproved
filetype off " required!

Docker Cheat Sheet

Why

Why Should I Care (For Developers)

"Docker interests me because it allows simple environment isolation and repeatability. I can create a run-time environment once, package it up, then run it again on any other machine. Furthermore, everything that runs in that environment is isolated from the underlying host (much like a virtual machine). And best of all, everything is fast and simple."

TL;DR, I just want a dev environment