Debug School

Raju Maramulla
Raju Maramulla

Posted on

Docker Image - Day 2

  1. Docker image will have filesystems(root fs, user fs & app fs) and parameters
  2. It will be identified with unique ID(docker imageID)
  3. Docker Images are multi-layered files, which are used to create the containers
  4. All the layers will be merged into one layer while creating the container
  5. Sha-256 Algorithm is used for creating docker image

Top comments (0)