300-915 · Question #39
Refer to the exhibit. While troubleshooting an error on an application descriptor for a Docker app in Cisco IOx (package.yaml), the app type appears to be missing. Which app type must be added to…
The correct answer is C. docker. In Cisco IOx, the package.yaml application descriptor requires app.type: docker to identify a containerized Docker application - this is the valid, documented app type for Docker-based IOx applications. Option A (paas) is incorrect because paas refers to a Platform-as-a-Service…
Question
Refer to the exhibit. While troubleshooting an error on an application descriptor for a Docker app in Cisco IOx (package.yaml), the app type appears to be missing. Which app type must be added to the snippet to resolve the issue?
Exhibit
Options
- Apaas
- Bdocker-vm
- Cdocker
- Ddocker-app
How the community answered
(22 responses)- A14% (3)
- B5% (1)
- C77% (17)
- D5% (1)
Explanation
In Cisco IOx, the package.yaml application descriptor requires app.type: docker to identify a containerized Docker application - this is the valid, documented app type for Docker-based IOx applications. Option A (paas) is incorrect because paas refers to a Platform-as-a-Service app type used for non-containerized IOx apps that rely on the platform runtime. Option B (docker-vm) is a fabricated value with no meaning in IOx; there is no hybrid "Docker VM" type. Option D (docker-app) is similarly invalid - IOx does not hyphenate the type; the correct keyword is simply docker.
Memory tip: Think "keep it simple" - the app type mirrors exactly what it is. A Docker app uses docker, a PaaS app uses paas. No compound words, no hyphens.
Topics
Community Discussion
No community discussion yet for this question.
