Slide 25
Slide 25 text
Docker container 1/2
Docker containers are similar to a directory.
!
A Docker container holds everything that is needed for an
application to run and can be run, started, stopped, moved,
and deleted.
!
Each container is an isolated and secure application platform.
!
A container consists of an operating system, user-added files,
and meta-data.