Skip to Content.
Sympa Menu

rare-dev - Re: [rare-dev] netconf

Subject: Rare project developers

List archive

Re: [rare-dev] netconf


Chronological Thread 
  • From: David Schmitz <>
  • To: mc36 <>
  • Cc:
  • Subject: Re: [rare-dev] netconf
  • Date: Wed, 15 Feb 2023 08:16:42 +0100 (CET)
  • Authentication-results: postout.lrz.de (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=lrz.de

Hi,

On Wed, 15 Feb 2023, mc36 wrote:

Date: Wed, 15 Feb 2023 08:03:55 +0100
From: mc36 <>
To: David Schmitz <>
Cc:
Subject: Re: [rare-dev] netconf

seemingly boths will work but i'm missing a prerequisite ? (sorry again for my lameness, i'm not too used to containers)
np,

is the container image "netconfget1" not in the list returned by
"docker images" ?

If it is not, try rebuilding it with
"docker build -f vnet_router/rtr/Dockerfile.fod_netconf_get -t netconfget1 . "


"netconfget1" is just a tag for the container image having been built
and can you choose any tag you like.
You can replace "netconfget1" in the "docker build ..." and "docker run ... " with your own choice.
You could also use the Docker image id listed by "docker images"
directly in the "docker run ..." instead of the tag.

Best Regards
David



mc36@fod:~$
mc36@fod:~$
mc36@fod:~$ sudo docker run -ti -e=NETCONF_HOST=10.10.10.227 -e=NETCONF_PORT=830 -e=NETCONF_USER=netconf -e=NETCONF_PASS=netconf netconfget1
[sudo] password for mc36:
Unable to find image 'netconfget1:latest' locally
docker: Error response from daemon: pull access denied for netconfget1, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
mc36@fod:~$
mc36@fod:~$
mc36@fod:~$
mc36@fod:~$ sudo docker run -ti netconfget1 /srv/flowspy/vnet_router/rtr/fodtest_netconf_get 10.10.10.227 830 netconf netconf
Unable to find image 'netconfget1:latest' locally
docker: Error response from daemon: pull access denied for netconfget1, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
mc36@fod:~$
mc36@fod:~$


--

David Schmitz

Boltzmannstrasse 1, 85748 Garching
Telefon: +49 89 35831-8765
Leibniz-Rechenzentrum, Germany
Mail:





Archive powered by MHonArc 2.6.19.

Top of Page