Skip to main content

Module 1 Quiz

Test your understanding of container-native GenAI concepts from the lesson and lab.

Why does this course use "container-native" instead of "Docker-native" as its design principle?

On Apple Silicon, why should the model server (Ollama) run natively instead of inside a container?

What is the purpose of `host.docker.internal` in the M1 lab command `docker run --rm curlimages/curl:latest -s http://host.docker.internal:11434/...`?

Which of the following are valid OCI-compliant container runtimes that can run the same compose.yaml as Rancher Desktop? (Select all that apply)

(select all that apply)

The M1 lab uses the Ollama `/api/generate` endpoint with `"stream":false`. In M2 and beyond, the course switches to the `/v1/chat/completions` endpoint. What is the practical benefit of the OpenAI-compatible `/v1/chat/completions` interface?