Skip to main content

6 docs tagged with "Docker Container Image"

View All Tags

AWS Task Definition

AWS Task Definition is defined as: JSON to def AWS Task in terms of name, task role, network mode, Docker Container Image (env, resource, host port, container

Docker Container

Docker Container is defined as: Docker Container Image Runtime instance to virtualize OS as lightweight VM (excl Hardware overhead). Topics on: Docker Containe

Docker Container Image

Docker Container Image is defined as: immutable snapshot of Software & Dependency-tree down to OS-layer (everything req to run App). Topics on: Docker Container

Docker Hub

Docker Hub is defined as: Docker Container Image Git Repo, CI/CD triggers/Webhook, github integration. Topics on: Docker Official Image, Docker Open Source Imag

Dockerfile

Dockerfile is defined as: plaintext doc with Source Code to instruct Docker on how to build Docker Container Image. Topics on: FROM, RUN, ENV, CMD [], ADD, COPY

GCR

GCR is defined as: Google Container Registry to maintain/store/ver/push/pull Docker Container Image. has auto vulnerability scan for Docker Container Image. Top