Home »
MCQs »
Docker MCQs
Which of the following command is used to pause processes in a running container?
19. Which of the following command is used to pause processes in a running container?
- Docker hold
- Docker halt
- Docker wait
- Docker pause
Answer: D) Docker pause
Explanation:
Docker pause command is used to pause processes in a running container.