<?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: Missing Docker Container on lab Model Driven Telemetry in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4299371#M5855</link>
    <description>&lt;P&gt;Thanks, checked today, still the same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;developer@10.10.20.50's password:&lt;BR /&gt;Last login: Mon Mar 1 06:37:53 2021 from 192.168.254.11&lt;BR /&gt;(py3venv) [developer@devbox ~]$&lt;BR /&gt;(py3venv) [developer@devbox ~]$ docker ps&lt;BR /&gt;CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES&lt;BR /&gt;(py3venv) [developer@devbox ~]$&lt;/P&gt;</description>
    <pubDate>Mon, 01 Mar 2021 14:41:53 GMT</pubDate>
    <dc:creator>FulvioAllegretti36199</dc:creator>
    <dc:date>2021-03-01T14:41:53Z</dc:date>
    <item>
      <title>Missing Docker Container on lab Model Driven Telemetry</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4297754#M5845</link>
      <description>&lt;P&gt;Hi, was trying to go through the MDT lab and when I logged on the DEV box in theory the relative docker should be installed but it isn't:&lt;/P&gt;&lt;P&gt;(py3venv) [developer@devbox ~]$ docker ps&lt;BR /&gt;CONTAINER ID IMAGE COMMAND CREATED&lt;/P&gt;&lt;P&gt;STATUS PORTS NAMES&lt;BR /&gt;(py3venv) [developer@devbox ~]$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 16:10:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4297754#M5845</guid>
      <dc:creator>FulvioAllegretti36199</dc:creator>
      <dc:date>2021-02-25T16:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Docker Container on lab Model Driven Telemetry</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4297862#M5846</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1167525"&gt;@FulvioAllegretti36199&lt;/a&gt;&amp;nbsp;thanks for reporting this, working with our team to fix this up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(py3venv) [developer@devbox ~]$ docker ps -a
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
&lt;/PRE&gt;
&lt;PRE&gt;(py3venv) [developer@devbox ~]$ docker info | grep Contain
 Containers: 0
&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Feb 2021 18:31:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4297862#M5846</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2021-02-25T18:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Docker Container on lab Model Driven Telemetry</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4299371#M5855</link>
      <description>&lt;P&gt;Thanks, checked today, still the same:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;developer@10.10.20.50's password:&lt;BR /&gt;Last login: Mon Mar 1 06:37:53 2021 from 192.168.254.11&lt;BR /&gt;(py3venv) [developer@devbox ~]$&lt;BR /&gt;(py3venv) [developer@devbox ~]$ docker ps&lt;BR /&gt;CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES&lt;BR /&gt;(py3venv) [developer@devbox ~]$&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 14:41:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4299371#M5855</guid>
      <dc:creator>FulvioAllegretti36199</dc:creator>
      <dc:date>2021-03-01T14:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Docker Container on lab Model Driven Telemetry</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4397468#M6078</link>
      <description>&lt;P&gt;At todays date the issues is still not fixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a workaround by starting the containers when logged in to the devbox with the following commands:&lt;/P&gt;&lt;P&gt;to start the tig_mdt container in detached mode&lt;/P&gt;&lt;PRE&gt;docker run -d -p 3000:3000 -p 57500:57500 --name tig_mdt jeremycohoe/tig_mdt&lt;/PRE&gt;&lt;P&gt;and the yang-explorer in detached mode as well&lt;/P&gt;&lt;PRE&gt;docker run -d -p 8088:8088 --name yangexplorer hellt/yangexplorer-docker&lt;/PRE&gt;&lt;P&gt;it should look like in the screenshot&lt;/P&gt;&lt;P&gt;after the two commands are completed continue with the learning lab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT&lt;/STRONG&gt;: the yang explorer don't work after adobe flash isn't supported in todays browsers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you still want to play with telemetry and yang look at Yang Suite, it can do both.&lt;/P&gt;&lt;P&gt;start with&amp;nbsp;&lt;A href="https://developer.cisco.com/learning/lab/intro-yangsuite/step/1" target="_blank" rel="noopener"&gt;this&lt;/A&gt;&amp;nbsp;learning lab.&lt;/P&gt;&lt;P&gt;you also want to add * instead of localhost in the docker-compose.yml before running the docker-compose command, to be able to view the webpage in your browser.&lt;/P&gt;&lt;P&gt;if you still want to have access to the devbox cli while the containers are running use this command instead of the command used in the learning lab.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;docker-compose up -d --build&lt;/LI-CODE&gt;&lt;P&gt;and change the port used by the devices to the port specified in yang suite gRPC telemetry under protocols&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 12:18:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4397468#M6078</guid>
      <dc:creator>NiclasAndersen</dc:creator>
      <dc:date>2021-05-04T12:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Docker Container on lab Model Driven Telemetry</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4397563#M6079</link>
      <description>&lt;P&gt;Thanks for your details and workaround! I have asked ENG to look at this, as it was resolved and fixed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 13:47:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/missing-docker-container-on-lab-model-driven-telemetry/m-p/4397563#M6079</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2021-05-04T13:47:59Z</dc:date>
    </item>
  </channel>
</rss>

