KCNA (Kubernetes and Cloud Native Associate) sample exam question with answer 37

Question:
Which command is used with NerdCTL to run a container with the name "red" using the "alpine" image?

  1. nerdctl create --name red alpine
  2. nerdctl execute --name red alpine
  3. nerdctl run --name red alpine
  4. nerdctl start --name red alpine
Answer:
C - is the correct answer