<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NSO Docker in NSO Developer Hub Discussions</title>
    <link>https://community.cisco.com/t5/nso-developer-hub-discussions/nso-docker/m-p/4603574#M7007</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1279297"&gt;@u.avsec&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, thank you for reverting to me. I finally found my way in this "maze" but i keep your tshoot steps for sure !&lt;/P&gt;&lt;P&gt;As you mentioned it, the webui is in the "false" boolean state by default. I solved my issue by putting it into "true".&lt;/P&gt;&lt;P&gt;Now i'm struggling with ADMIN_PASSWORD which seems to not apply the password i want to set.&lt;/P&gt;&lt;P&gt;I'm going to cretate another topic about what should be the step from moving to a basic development install to a docker base install of NSO.&lt;/P&gt;&lt;P&gt;Thank you again for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jerems&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2022 07:09:43 GMT</pubDate>
    <dc:creator>jeyriku</dc:creator>
    <dc:date>2022-05-03T07:09:43Z</dc:date>
    <item>
      <title>NSO Docker</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/nso-docker/m-p/4603240#M7004</link>
      <description>&lt;P&gt;Hi Devnet team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to the following great article, &lt;A href="https://developer.cisco.com/codeexchange/github/repo/NSO-developer/nso-docker" target="_blank" rel="noopener"&gt;https://developer.cisco.com/codeexchange/github/repo/NSO-developer/nso-docker&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i was able to deploy an instance of NSO using a docker container.&lt;/P&gt;&lt;P&gt;However, as soon as i expose &amp;amp; publish some ports i can not access NSO webui:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2022-05-02 à 14.13.07.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/150456iC853CDFDB26F8128/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture d’écran 2022-05-02 à 14.13.07.png" alt="Capture d’écran 2022-05-02 à 14.13.07.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;d64c559c9e15   cisco-nso-dev:5.5.3      "/enter-shell.sh"   9 minutes ago   Up 9 minutes   0.0.0.0:222-&amp;gt;22/tcp, 0.0.0.0:82-&amp;gt;80/tcp, :::82-&amp;gt;80/tcp, 0.0.0.0:4443-&amp;gt;443/tcp, :::4443-&amp;gt;443/tcp, 0.0.0.0:8082-&amp;gt;8080/tcp, :::8082-&amp;gt;8080/tcp   nsojey&lt;/PRE&gt;&lt;P&gt;Can you please lead me to the correct direction ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jerems,&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 12:20:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/nso-docker/m-p/4603240#M7004</guid>
      <dc:creator>jeyriku</dc:creator>
      <dc:date>2022-05-02T12:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: NSO Docker</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/nso-docker/m-p/4603562#M7006</link>
      <description>&lt;P&gt;Hey.&lt;/P&gt;&lt;P&gt;I would troubleshoot like this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Try another browser (so if Firefox is not opening it, try Chrome and vice versa&lt;/LI&gt;&lt;LI&gt;Go to container and:&lt;OL&gt;&lt;LI&gt;Make sure NSO is actually up and running&lt;/LI&gt;&lt;LI&gt;Issue:&lt;PRE&gt;curl -k -X GET https://localhost:443/restconf/data -H 'Accept: application/yang-data+json' -u admin:admin -v&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Check ncs.conf if RESTCONF or webui is 'false'&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;On docker host issue &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;PRE&gt;curl -k -X GET https://localhost:4443/restconf/data -H 'Accept: application/yang-data+json' -u admin:admin -v&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;Try telneting from your PC to X.X.X.X 4443 (here I suppose you use windows PC, if you have mac or linux pc, try curl like above)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If 3. is fine but 4. fails then you need to have a word with whoever is doing firewalls.&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 06:56:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/nso-docker/m-p/4603562#M7006</guid>
      <dc:creator>u.avsec</dc:creator>
      <dc:date>2022-05-03T06:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: NSO Docker</title>
      <link>https://community.cisco.com/t5/nso-developer-hub-discussions/nso-docker/m-p/4603574#M7007</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1279297"&gt;@u.avsec&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First of all, thank you for reverting to me. I finally found my way in this "maze" but i keep your tshoot steps for sure !&lt;/P&gt;&lt;P&gt;As you mentioned it, the webui is in the "false" boolean state by default. I solved my issue by putting it into "true".&lt;/P&gt;&lt;P&gt;Now i'm struggling with ADMIN_PASSWORD which seems to not apply the password i want to set.&lt;/P&gt;&lt;P&gt;I'm going to cretate another topic about what should be the step from moving to a basic development install to a docker base install of NSO.&lt;/P&gt;&lt;P&gt;Thank you again for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jerems&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 07:09:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/nso-developer-hub-discussions/nso-docker/m-p/4603574#M7007</guid>
      <dc:creator>jeyriku</dc:creator>
      <dc:date>2022-05-03T07:09:43Z</dc:date>
    </item>
  </channel>
</rss>

