DOCKER FILE(CONTD)

1. A docker file is a recipe for creating docker images.
2. A docker images get build by making a docker commands.
3. A docker container is a running instance of docker images.

OPEN CONTAINER INITIATIVE (OCI)

It is an Linux foundation project to design open standards for containers.
OCI currently contains two specifications that is Runtime Specification and Image Specification
1. RUNTIME SPECIFICATIONS - It defines how to run OCI Image bundle as container.
2. IMAGE SPECIFICATION - It defines how to create OCI Image.

docker registeries

1. This is where Docker images are stored. Docker Hub is a public registry that anyone can use.
2. This is where Docker images are stored. Docker Hub is a public registry that anyone can use.
next