Docker Container
↔ Docker Image Runtime instance to virtualize OS as lightweight VM (excl Hardware overhead)
aka Container, Containers
Docker Container run on single shared Kernel for less overhead
Docker Container similar to Execution Context - contains everything needed to run Image
Containers run on isolated fs
provide by Container Image
References
Containerize
↔ (process) to Package Programs into Container for xplat compat-d
↔ flag to run Container in Detached ModeECS
↔ AWS Elastic Container Service - container management service to run Docker ContainerAWS Service
↔ Scheduler for Docker ContainerAWS Task
↔ Group of AWS run ContainersGoogle Container-Optimized OS
↔ Google Proprietary OS optimize to run Docker Container - incl docker runtime, rm Linux distro binaries (ie pkg manager) for smaller footprint & secDocker Compose
↔ tool to define how to run docker app Container via YAMLCOPY
↔ to copy new files/dir from <src> to Container fs <dest>EXPOSE
↔ to expose Port (TCP|UDP) for Container to listen at Runtime