Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am working with a Docker container on a C9300, IOS XE 17.4.1. I want to get some configuration files on a USB-attached flash drive into the container with a bind mount. Various documents from Cisco claim this is supported, but none of them say how ...
With a bit more documentation exploration and some help from Cisco here are the answers as I understand them:The Docker command-line -v option does not mount flash drive directories into the container. Instead, it mounts directories already existing ...