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.
Hello Folks,I was just getting into Learning NSO, I was trying to install containerized version of Cisco NSO"nso-6.4.8.container-image-build.linux.x86_64.signed.bin"While trying to create a runtime environment for NSO, I noticed that the ns-setup bin...
After some investigation, I realized the issue comes from the installation command I was using: RUN sh /tmp/nso --system-install --non-interactive --run-dir /nso/run --log-dir /logThis is referenced in the NSO Docker GitHub repository. in "nso-docke...
After some investigation, I realized the issue comes from the installation command I was using: RUN sh /tmp/nso --system-install --non-interactive --run-dir /nso/run --log-dir /logFrom nso-docker/docker-images/Dockerfile NSO Docker GitHub repos...