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?

  1. ctr images pull <address of the redis image>
  2. ctr images build <address of the redis image>
  3. ctr images push <address of the redis image>
  4. ctr images remove <address of the redis image>
Answer:
A - is the correct answer