MultipleChoice
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