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.
The Device Automaton package (https://gitlab.com/nso-developer/device-automaton) supports automatic NED selection based on the capabilities announced in NETCONF. You could use that package and also gain a bunch of other functionality or if you really...
The cisco-nso-dev image is mean for development. It contains compilers and other tools you need for development. Its entrypoint starts an interactive shell, since that is likely what you want for development. For example, you have mounted in the curr...
I think you are using https://gitlab.com/nso-developer/nso-docker/ to build your Docker images, is that right?
Can you tell me a little more about what you are trying to achieve? In particular, what are you trying to accomplish with `docker commit`...