MultipleChoice
A Dockerfile contains the statements:
COPY data/ /data/
VOLUME /data
What happens when the resulting container is started without any additional volume configuration? (Choose two correct answers.)
OptionsMultipleChoice
How does Prometheus gather information about monitored hosts and services?
OptionsMultipleChoice
What statement is true regarding the Swarm service created by the following command?
docker service create --name myweb --network webnet --mode global nginx
OptionsMultipleChoice
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
OptionsMultipleChoice
Which of the log messages below matches the following Logstash grok filter?
grok {
match => [''message'', ''%{SYSLOGBASE} new node %{IPORHOST:node}'' ]
}
Options