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.
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.