Docker Image
permanent programming
A Docker Image is a read-only template that contains instructions to create a Docker Container.
An image is often based on another image with some customization.
For example, I can create an image for my application “My Application” by taking an image “NodeJS” and add my node modules.
The image is defined by a Dockerfile
Docker Images can be created from a Docker Base Image
Last update :
16 octobre 2023
Created : 21 septembre 2023
Created : 21 septembre 2023