Slide 12
Slide 12 text
Docker
Playing with Docker and Docker Compose
“Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into
standardized units called containers that have everything the software needs to run including libraries, system tools, code, and
runtime. Using Docker, you can quickly deploy and scale applications into any environment and know your code will run.”
Amazon Web Services.
“Docker is an open source platform that enables developers to build, deploy, run, update and manage containers—standardized,
executable components that combine application source code with the operating system (OS) libraries and dependencies required
to run that code in any environment.” IBM.
“Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers that can run
on the cloud or on-premises.” Microsoft.
“Docker is an open platform for developing, shipping, and running applications. With Docker, you can separate your applications
from your infrastructure and treat your infrastructure like a managed application. Docker helps you ship code faster, test faster,
deploy faster, and shorten the cycle between writing code and running code.” Google Cloud Platform.