Skip to content

Latest commit

 

History

History
92 lines (9 loc) · 600 Bytes

slide002.md

File metadata and controls

92 lines (9 loc) · 600 Bytes
    ____             __                ___
   / __ \____  _____/ /_____  _____   /__ \
  / / / / __ \/ ___/ //_/ _ \/ ___/    / _/
 / /_/ / /_/ / /__/ ,< /  __/ /       /_/
/_____/\____/\___/_/|_|\___/_/       (_)

Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package.

slide 002