Docker DCA Practice Test - Questions Answers, Page 19
List of questions
Related questions
Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution. Disable the Docker service via 'chkconfig' or 'systemctl'.
A.
Yes
B.
No
Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution. Run docker engine activate.
A.
Yes
B.
No
Does this command display all the pods in the cluster that are labeled as env; development'?
Solution. 'kubectl gel pods --all-namespaces -I 'env in (development)''
A.
Yes
B.
No
Question