<?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: Training and Learning Suite (TLS): Failed to run docker containers after installation in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Training-and-Learning-Suite-TLS-Failed-to-run-docker-containers/m-p/1232568#M1366</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/136173"&gt;@huang06&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In order to make the TLS2.0 running, there need to have 11 containers up and running. They are&amp;nbsp;&lt;/P&gt;&lt;P&gt;tls_proxy, Tls_core, tls_apiui, tls_rabbitmq, tls_redis, tls_mongo, cvat_proxy, cvat_ui, cvat, cvat_db, cvat_redis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can invoke $ docker ps to check the container list.&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Was this the first time and fresh environment TLS2.0 installation?&amp;nbsp;&amp;nbsp;If it was setup the TLS application before, may I know did you execute below script before rerun the $ ./setup_TLS_docker.sh&lt;UL class="lia-list-style-type-circle"&gt;&lt;LI&gt;$&amp;nbsp;./cleanup_docker.sh&lt;/LI&gt;&lt;LI&gt;$&amp;nbsp;./cleanup.sh&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Were you using sudoer to run the installation script?&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Mon, 30 Nov 2020 02:16:40 GMT</pubDate>
    <dc:creator>ChoonHwa</dc:creator>
    <dc:date>2020-11-30T02:16:40Z</dc:date>
    <item>
      <title>Training and Learning Suite (TLS): Failed to run docker containers after installation</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Training-and-Learning-Suite-TLS-Failed-to-run-docker-containers/m-p/1232098#M1365</link>
      <description>&lt;P&gt;Software: Edge_Insights_for_Industrial_2.3.2&lt;BR /&gt;OS: Ubuntu 18.04.5 LTS&lt;BR /&gt;&lt;BR /&gt;I follow the instructions of README.md and install tls-related images, but I fail to run all the tls containers.&lt;BR /&gt;Following are the logs of the exited containers.&lt;BR /&gt;&lt;BR /&gt;&lt;I&gt;&lt;STRONG&gt;$ sudo docker-compose ps&lt;/STRONG&gt;&lt;/I&gt;&lt;/P&gt;
&lt;PRE&gt;    Name                  Command               State                                                          Ports                                                      
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
tls_apiui      ./webservices/start.sh           Exit 0                                                                                                                    
tls_core       ./start.sh                       Up                                                                                                                        
tls_mongo      docker-entrypoint.sh --ssl ...   Up       127.0.0.1:27017-&amp;gt;27017/tcp                                                                                       
tls_openvino   /bin/bash                        Exit 0                                                                                                                    
tls_proxy      /docker-entrypoint.sh /bin ...   Exit 0                                                                                                                    
tls_rabbitmq   docker-entrypoint.sh /init ...   Up       0.0.0.0:15672-&amp;gt;15672/tcp, 0.0.0.0:1883-&amp;gt;1883/tcp, 25672/tcp, 4369/tcp, 5671/tcp, 5672/tcp, 0.0.0.0:8883-&amp;gt;8883/tcp
tls_redis      docker-entrypoint.sh sh st ...   Up       127.0.0.1:6379-&amp;gt;6379/tcp&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;I&gt;&lt;STRONG&gt;$ sudo docker-compose logs tls_apiui&lt;/STRONG&gt;&lt;/I&gt;&lt;/P&gt;
&lt;PRE&gt;Attaching to tls_apiui
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; wait-for-it.sh: waiting for tls_mongo:27017 without a timeout
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; wait-for-it.sh: tls_mongo:27017 is available after 0 seconds
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; &amp;gt; tls-ui@2020.6.11 start /home/tls/webservices/ui
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; &amp;gt; node tools/start
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; &amp;gt; apiserver@0.0.0 start /home/tls/webservices/apiserver
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; &amp;gt; NODE_ENV=production PRIVATEKEY=rsa.private node app.js --use_strict 
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; debug: Please note: since `sails.config.session.cookie.secure` is set to `true`, the session cookie 
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; debug: will _only_ be sent over TLS connections (i.e. secure https:// requests).
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; debug: Requests made via http:// will not include a session cookie!
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; debug: 
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; debug: For more help:
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; debug:  •&amp;nbsp;https://sailsjs.com/config/session#?the-secure-flag
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; debug:  • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; debug:  •&amp;nbsp;https://sailsjs.com/config/sails-config-http#?properties
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; debug:  •&amp;nbsp;https://sailsjs.com/support
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; debug: 
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; Warning: connect.session() MemoryStore is not
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; designed for a production environment, as it will leak
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; memory, and will not scale past a single process.
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; Browserslist: caniuse-lite is outdated. Please run next command `npm update`
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; (node:40) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; Starting the development server...
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; error: Bootstrap encountered an error: (see below)
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; error: Failed to lift app: Error: getaddrinfo EAI_AGAIN cvat cvat:8080.
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt;     at generateError (/home/tls/webservices/components/cvat/cvat-core/src/server-proxy.js:26:16)
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt;     at Object.login (/home/tls/webservices/components/cvat/cvat-core/src/server-proxy.js:158:27)
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt;     at process._tickCallback (internal/process/next_tick.js:68:7)
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; ┌───────────────────────────────────────────────────────┐
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; │                npm update check failed                │
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; │          Try running with sudo or get access          │
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; │         to the local update config store via          │
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; │ sudo chown -R $USER:$(id -gn $USER) /home/tls/.config │
&lt;FONT color="#06989A"&gt;tls_apiui       |&lt;/FONT&gt; └───────────────────────────────────────────────────────┘&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;I&gt;&lt;STRONG&gt;$ sudo docker-compose logs tls_openvino&lt;/STRONG&gt;&lt;/I&gt;&lt;/P&gt;
&lt;PRE&gt;Attaching to tls_openvino&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;I&gt;&lt;STRONG&gt;$ sudo docker-compose logs tls_proxy&lt;/STRONG&gt;&lt;/I&gt;
Attaching to tls_proxy
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 2020/11/05 08:58:46 [emerg] 11#11: host not found in upstream "cvat" in /etc/nginx/nginx.conf:52
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; nginx: [emerg] host not found in upstream "cvat" in /etc/nginx/nginx.conf:52
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # Copyright (c) 2020 Intel Corporation.
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # Permission is hereby granted, free of charge, to any person obtaining a copy
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # of this software and associated documentation files (the "Software"), to deal
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # in the Software without restriction, including without limitation the rights
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # copies of the Software, and to permit persons to whom the Software is
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # furnished to do so, subject to the following conditions:
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # The above copyright notice and this permission notice shall be included in
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # all copies or substantial portions of the Software.
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; # SOFTWARE.
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; worker_processes 4;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; events { worker_connections 1024; }
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;  
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; pid        /tmp/nginx.pid;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; http { 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     proxy_buffering off;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     client_body_buffer_size 10m;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     client_max_body_size    10m;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     client_body_temp_path /tmp/client_temp;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     proxy_temp_path       /tmp/proxy_temp_path;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     fastcgi_temp_path     /tmp/fastcgi_temp;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     uwsgi_temp_path       /tmp/uwsgi_temp;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     scgi_temp_path        /tmp/scgi_temp;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     limit_req_zone $request_uri zone=by_uri:10m rate=30r/m;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     server {
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         listen 443 ssl;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         add_header X-Content-Type-Options "nosniff";
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         ssl_certificate /run/secrets/tlsserver_cert;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         ssl_certificate_key /run/secrets/tlsserver_key;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;                         
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         ssl_session_cache shared:SSL:30m;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         ssl_session_timeout 30m;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         ssl_session_tickets on; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         location /cvatapi/ {
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_pass http://cvat:8080/;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_pass_header       X-CSRFToken;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header        Host $http_host;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_pass_header       Set-Cookie;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Accept-Encoding "";
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             sub_filter_types *;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             sub_filter /static/ /cvatapi/static/;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             sub_filter "/static/" "/cvatapi/static/";
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             sub_filter "/dextr" "/cvatapi/dextr";
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             sub_filter /api /cvatapi/api;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             sub_filter_once off;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         }
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         location /api/v1 {
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_pass http://cvat:8080;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_http_version 1.1;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Upgrade $http_upgrade;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Connection "Upgrade";
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Host $host;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header X-Forwarded-Proto $scheme;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         }
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         location /socket.io/ {
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_pass https://tls_apiui:1337/socket.io/;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_http_version 1.1;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Upgrade $http_upgrade;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Connection "Upgrade";
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Host $host;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header X-Forwarded-Proto $scheme;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         }
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt; 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         location /api/ {
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_pass https://tls_apiui:1337/api/;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_http_version 1.1;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Upgrade $http_upgrade;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Connection "Upgrade";
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Host $host;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header X-Forwarded-Proto $scheme;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         }
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;                 
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;          location / {
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_pass http://tls_apiui:3000/;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_http_version 1.1;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Upgrade $http_upgrade;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Connection "Upgrade";
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header Host $host;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;             proxy_set_header X-Forwarded-Proto $scheme;
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;         }
&lt;FONT color="#06989A"&gt;tls_proxy       |&lt;/FONT&gt;     }&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 May 2021 10:36:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Training-and-Learning-Suite-TLS-Failed-to-run-docker-containers/m-p/1232098#M1365</guid>
      <dc:creator>huang06</dc:creator>
      <dc:date>2021-05-06T10:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Training and Learning Suite (TLS): Failed to run docker containers after installation</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Training-and-Learning-Suite-TLS-Failed-to-run-docker-containers/m-p/1232568#M1366</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/136173"&gt;@huang06&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In order to make the TLS2.0 running, there need to have 11 containers up and running. They are&amp;nbsp;&lt;/P&gt;&lt;P&gt;tls_proxy, Tls_core, tls_apiui, tls_rabbitmq, tls_redis, tls_mongo, cvat_proxy, cvat_ui, cvat, cvat_db, cvat_redis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can invoke $ docker ps to check the container list.&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Was this the first time and fresh environment TLS2.0 installation?&amp;nbsp;&amp;nbsp;If it was setup the TLS application before, may I know did you execute below script before rerun the $ ./setup_TLS_docker.sh&lt;UL class="lia-list-style-type-circle"&gt;&lt;LI&gt;$&amp;nbsp;./cleanup_docker.sh&lt;/LI&gt;&lt;LI&gt;$&amp;nbsp;./cleanup.sh&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Were you using sudoer to run the installation script?&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 30 Nov 2020 02:16:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Training-and-Learning-Suite-TLS-Failed-to-run-docker-containers/m-p/1232568#M1366</guid>
      <dc:creator>ChoonHwa</dc:creator>
      <dc:date>2020-11-30T02:16:40Z</dc:date>
    </item>
  </channel>
</rss>

