Docker images

Docker image is an isolated file system that contains

  • all dependences

  • configuration

  • scripts

  • binaries and other files

  • environmental variables

  • metadata needed for a program to run independently

This property also enables usage of tools otherwise not compatible with tools inside Sandbox IVM. Reading from input and writing to output data.

Articles in this section:

Last updated