QuestionQ275

Cisco Platforms

A developer builds an application for a Cisco Catalyst 9000 switch in a Docker container. Which action is required to host the application on the switch?

  • A Export the application as a TAR file and import the file to the switch.
  • B Connect the switch to Cisco DNA Center and push the application through the platform.
  • C Use the Cisco IOxClient tool to export the application to a ZIP file and push the file to the switch.
  • D Copy the application code to a NETCONF file and upload the file to the switch.
Explanation

A Docker application for a Cisco Catalyst 9000 switch is exported as a TAR archive by using the standard docker save command, and that archive can be deployed on the switch. Cisco IOxClient is optional for defining additional application parameters and is not required to package the Docker application.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!