Skip to main content

One doc tagged with "image"

View All Tags

Docker Image

A docker image is a self-contained, layered archive containing an application and all of its OS dependancies and is the artifact of running a `docker build`. The image is what gets stored in a [docker registry](https://docs.docker.com/registry).