Skip to content

Instantly share code, notes, and snippets.

@knubie
Last active August 28, 2015 19:50
Show Gist options
  • Save knubie/e20cc40d83e23e1605bc to your computer and use it in GitHub Desktop.
Save knubie/e20cc40d83e23e1605bc to your computer and use it in GitHub Desktop.

Docker

What is Docker?

Docker containers wrap up a piece of software in a complete filesystem that contains everything it needs to run: code, runtime, system tools, system libraries – anything you can install on a server. This guarantees that it will always run the same, regardless of the environment it is running in.

More info here: https://www.docker.com/whatisdocker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment