Slide 10
Slide 10 text
Docker Feature
● LIGHTWEIGHT
○ Docker containers running on a single
machine share that machine's operating
system kernel; they start instantly and use
less compute and RAM.
● FAST
○ Containers have sub-second launch times,
reducing the cycle time of development,
testing, and deployment.
● DEPLOY AND SCALE MORE EASY
○ Docker containers run (almost) everywhere.
You can deploy containers on desktops,
physical servers, virtual machines, into data
centers, and up to public and private clouds.
○ Dockerfile, DockerHub