Skip to content

Instantly share code, notes, and snippets.

@Hyunho
Created May 2, 2019 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hyunho/5663bbb535f51914aa09b91e485b1129 to your computer and use it in GitHub Desktop.
Save Hyunho/5663bbb535f51914aa09b91e485b1129 to your computer and use it in GitHub Desktop.
docker

What You Will Learn

Docker containers wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries – anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment. By default, containers isolate applications from one another and the underlying infrastructure, while providing an added layer of protection for the application.

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