Docker manages various objects like images, containers, networks, volumes to assemble and build the best development environment based on given configuration. Basic review of those objects can be found below.
- Images
- Containers
- Networks
- Volumes - coming soon
Source: docker.docs.com