culTest

    One of the 50 questions in this topic

    How much do you know about Docker?

    What is a privileged container in Docker?

    Answers

    A container with internet access
    A container with almost complete access to the hostCorrect
    A container with more resources allocated
    A container with run priority

    A privileged container is one that runs with the --privileged option, granting it almost full access to the host, similar to processes running directly on the host. This removes most container security restrictions and should be used with extreme caution.