Home »
MCQs »
Docker MCQs
Once the container has stopped, which of the following command you will use to remove a container?
9. Once the container has stopped, which of the following command you will use to remove a container?
- Docker remove
- Docker Destroy
- Docker rm
- Docker del
Answer: C) Docker rm
Explanation:
When the container has stopped, use the docker rm command to remove it.