Which of the following statements is true about load balancers?
Which of the following tasks are completed by docker-compose down when it is used with additional parameters? (Choose two correct answers.)
Which security issues exist for most publicly available Vagrant boxes? (Choose three correct answers.)
Which docker subcommand starts a new container? (Specify only the subcommand without any path or parameters.)
What is the Puppet equivalent to an Ansible Playbook called?
Which of the following functions are provided by the Ansible apt module? (Choose two correct answers.)
How is cloud-init integrated with a managed system image?
Which of the following goals are favored by agile software development methodologies? (Choose two correct answers.)
What statement is true regarding the Swarm service created by the following command?
docker service create --name myweb --network webnet --mode global nginx
The following command is issued on two docker nodes:
docker network create --driver bridge isolated_nw
Afterwards, one container is started at each node with the parameter --network=isolated_nw. It turns out that the containers can not interact with each other. What must be done in order to allow the containers to interact with each other? (Choose two correct answers.)