What statement is true regarding the Swarm service created by the following command?
docker service create --name myweb --network webnet --mode global nginx
Correct : C
Start a Discussions
Which of the following mechanisms are used for service discovery in a container environment? (Choose two correct answers.)
Correct : B, E
Start a Discussions
Which of the statements below are true about the volume created by the following command? (Choose two correct answers.)
docker run --v /data --ti debian
Correct : D, E
Start a Discussions
Which of the following commands lists the nodes in a Docker Swam cluster?
Start a Discussions
What must be the first line of a plain text user-data configuration containing YAML configuration for cloud-init?
Start a Discussions