Question 176

A user's attempts to set the system time from inside a Docker container are unsuccessful.
Could this be blocking this operation?
Solution. SELinux
  • Question 177

    Is this an advantage of multi-stage builds?
    Solution: optimizes Images by copying artifacts selectively from previous stages
  • Question 178

    Is this a function of UCP?
    Solution: image role-based access control
  • Question 179

    Will this command display a list of volumes for a specific container?
    Solution: 'docker container inspect nginx'
  • Question 180

    What is the difference between the ADD and COPY dockerfile instructions? (choosen 2)