Domanda di colloquio di Amazon

What is a container?

Risposte di colloquio

Anonimo

16 ott 2020

A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.

6

Anonimo

17 giu 2020

Set of processes running in a section of resources allocated to it

1