Docker Container

A Docker container is a standardized encapsulated environment to run applications.

A Docker Container

  • is a runnable instance of a Docker Image.
  • can be run on local machine, server, or the cloud
  • can be run on any OS
  • is isolated from the host or any other containers

Last update : 16 octobre 2023
Created : 21 septembre 2023