KCNA (Kubernetes and Cloud Native Associate) sample exam question with answer 14
Question:
How would you use the CTR command line tool to pull a Redis image?
- ctr images pull <address of the redis image>
- ctr images build <address of the redis image>
- ctr images push <address of the redis image>
- ctr images remove <address of the redis image>
Answer:
A - is the correct answer