List of questions
Related questions
Question 303 - XK0-005 discussion
A Linux administrator has defined a systemd script docker-repository.mount to mount a volume for use by the Docker service. The administrator wants to ensure that the Docker service does not start until the volume is mounted. Which of the following configurations needs to be added to the Docker service definition to best accomplish this task?
A.
After=docker-repository.mount
B.
ExecStart=/usr/bin/mount -a
C.
Requires=docker-repository.mount
D.
RequiresMountsFor=docker-repository.mount
Your answer:
0 comments
Sorted by
Leave a comment first