culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What command is used to delete a container?

    Answers

    docker delete
    docker remove
    docker rmCorrect
    docker erase

    The docker rm command is used to remove one or more containers. The container must be stopped before it can be deleted, unless the -f (force) option is used. This command releases system resources used by the container.