In Docker, a _______ defines the environment in which a container runs, including base image, dependencies, and commands to run.
- Blueprint
- Configuration
- Dockerfile
- Manifest
In Docker, a Dockerfile defines the environment in which a container runs. It specifies the base image, dependencies, and commands needed to create the container.
Loading...
Related Quiz
- Which data structure follows the Last In, First Out (LIFO) principle?
- The <<<<<<<, =======, and >>>>>>> markers in a file indicate the conflicted sections during a merge _______.
- Which term refers to the practice of automatically scaling infrastructure based on demand?
- Which of the following is NOT an authentication factor?
- What are the drawbacks of using caching in web applications and how can they be mitigated?