________ is a container runtime used for executing and managing containers.

  • Docker
  • Kubernetes
  • VirtualBox
  • Vagrant
The correct option is "Docker." Docker is a popular containerization platform that provides tools for building, deploying, and managing containers. It allows developers to package applications and their dependencies into a lightweight, portable unit called a container, which can then be executed consistently across different environments. Docker simplifies the process of container management and is widely used in DevOps and cloud computing workflows.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *