After creating a new Docker network using the following command:
docker network create --driver bridge isolated_nw
which parameter must be added to docker create in order to attach a container to the network?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Q: 2
Which of the following statements are true regarding a Pod in Kubernetes? (Choose two.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A, C
Q: 3
Which of the following values are valid in the firmware attribute of a element in a libvirt domain
definition? (Choose two.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C, D
Q: 4
Which of the following statements is true regarding the following output of xl list:
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
D
Q: 5
Which of the following network interface types are valid in an LXD container configuration? (Choose
three.)
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
B, C, D
Q: 6
Which of the following statements is true regarding networking with libvirt?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 7
Which of the following commands executes a command in a running LXC container?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
A
Q: 8
If docker stack is to be used to run a Docker Compose file on a Docker Swarm, how are the images
referenced in the Docker Compose configuration made available on the Swarm nodes?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 9
FILL BLANK What is the default path to the Docker daemon configuration file on Linux? (Specify the full name of the file, Including path.)
Your Answer
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
/ETC/DOCKER/DAEMON.JSON
Q: 10
FILL BLANK What LXC command starts a new process within a running LXC container? (Specify ONLY the command without any path or parameters.)
Your Answer
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
LXC-ATTACH
Q: 11
FILL BLANK What command is used to run a process in a new Linux namespace? (Specify ONLY the command without any path or parameters.)
Your Answer
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
UNSHARE
Q: 12
FILL BLANK What LXC command lists containers sorted by their CPU, block I/O or memory consumption? (Specify ONLY the command without any path or parameters.)
Your Answer
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
LXC-TOP
Q: 13
FILL BLANK Which subcommand of virsh opens the XML configuration of a virtual network in an editor in order to make changes to that configuration? (Specify ONLY the subcommand without any parameters.)
Your Answer
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
NET-EDIT
Q: 14
Which of the following commands moves the libvirt domain web1 from the current host system to
the host system host2?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Correct Answer:
C
Q: 15
Which file format is used by libvirt to store configuration data?