In Docker, a _______ is a lightweight, standalone, executable package that includes everything needed to run a piece of software, including the code, runtime, libraries, environment variables, and configuration files.
- Container
- Image
- Repository
- Virtual Machine
In Docker, an "Image" is a lightweight, standalone, executable package that includes all the necessary components to run a piece of software. It serves as a blueprint for creating containers.
Loading...
Related Quiz
- What does the "integration" part of Continuous Integration refer to?
- The _______ model emphasizes the continuous integration of software development and operations processes.
- What is a media query in CSS used for in responsive design?
- The HTML element contains _______ information about the document.
- Which type of attack involves an attacker stealing a user's session token and using it to impersonate the user?