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?
- nerdctl create --name red alpine
- nerdctl execute --name red alpine
- nerdctl run --name red alpine
- nerdctl start --name red alpine
Answer:
C - is the correct answer