nerdexam
Cisco

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…

IoT and Edge Platforms

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

300-915 question #39 exhibit

Options

  • Apaas
  • Bdocker-vm
  • Cdocker
  • Ddocker-app

How the community answered

(22 responses)
  • A
    14% (3)
  • B
    5% (1)
  • C
    77% (17)
  • D
    5% (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

#Cisco IOx#Docker applications#package.yaml#App descriptor

Community Discussion

No community discussion yet for this question.

Full 300-915 Practice