Which of the following is a tool used to containerize applications?
a) Nginx
b) Docker
c) Git
d) MySQL
Answer:
b) Docker
Explanation:
Docker is a tool used to package applications and their dependencies into containers, allowing for consistent deployment across different environments.