Question 6

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

    Which networking drivers allow you to enable multi-host network connectivity between containers?
  • Question 8

    Will this command list all nodes in a swarm cluster from the command line?
    Solution: 'docker node Is'
  • Question 9

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

    Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
    Solution: Pass the '--insecure-registry' flag to the daemon at run time.