Docker Container Image ↔ immutable snapshot of Software & Deps-tree down to OS-layer (everything req to run App)
aka Image, Container-Image, Docker-Image
Docker Image are collection of fs & execution params for Container Runtime
References
Dockerfile↔ plaintext doc with Code to instruct Docker on how to build Docker Container Imagedocker run _myapp↔ to run docker Imagedocker build -t _myapp ./↔ to build Image name as "_myapp" from dockerfile at./dirDocker Container↔ Docker Image Runtime instance to virtualize OS as lightweight VM (excl Hardware overhead)Docker Hub↔ Docker Image Repo, CI/CD triggers/Webhook, github integrationdocker pull typesense/typesense:0.24.0↔ to pull (download & install) typesense version 0.24 as Docker Image from Docker HubAWS Task Definition↔ JSON to def AWS Task in terms of name, task role, network mode, Container Image (env, resource, host port, container port, etc)GCR↔ Google Container Registry to maintain/store/ver/push/pullContainer Image. has auto vulnerability scan for Container Image