Skip to content

Instantly share code, notes, and snippets.

@wbzyl
wbzyl / docker.md
Created April 10, 2018 16:31 — forked from caseywdunn/docker.md
Docker cheat sheet

Docker cheat sheet

Introduction

Docker is a tool for bundling together applications and their dependencies into images that can than be run as containers on many different types of computers. This is useful to scientists because:

  • It greatly simplifies distribution and installation of complex work flows that have many interacting components.