DOCKER ORCHESTRATION

It is as set of technologies for managing docker at larger scales

DOCKER IMAGE

Docker image is a file comprised of multiple layers, used to execute code in Docker container

DOCKER FILE

1. It is a text file that contains all the commands a user could run to create a image.
2. It contains all the instructions needed by docker to build an image.
next