This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" | |
" 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! |
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."