<?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: Docker and ArcGIS Enterprise conflict - Single-machine deployment in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212721#M34007</link>
    <description>&lt;P&gt;Thanks for your contribution Brian.&lt;/P&gt;&lt;P&gt;I attached in the answer to Jon the step by step that helped me to solve my problem&lt;/P&gt;&lt;P&gt;Thank's for your time&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 22:22:48 GMT</pubDate>
    <dc:creator>tempRodrigo_DaSilva</dc:creator>
    <dc:date>2022-09-14T22:22:48Z</dc:date>
    <item>
      <title>Docker and ArcGIS Enterprise conflict - Single-machine deployment</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212460#M33995</link>
      <description>&lt;P&gt;Docker and ArcGIS Enterprise conflict&lt;/P&gt;&lt;P&gt;Hello guys. I hope everyone is well.&lt;/P&gt;&lt;P&gt;I'll try to summarize my current "headache"...&lt;/P&gt;&lt;P&gt;I have an "all-in-one" style ArcGIS Enterprise installation. All components installed on a single server, Windows Server version.&lt;/P&gt;&lt;P&gt;Without knowledge and questioning, a Docker Desktop was wrongly installed on this Windows Server server.&lt;/P&gt;&lt;P&gt;Now, when trying to validate the Enterprise federation, it generates a failure, followed by the following message:&lt;BR /&gt;&lt;STRONG&gt;"Error: The server at '&lt;A href="https://machine.domainlocal.net:6443/arcgis/admin/info" target="_blank"&gt;https://machine.domainlocal.net:6443/arcgis/admin/info&lt;/A&gt;' returned an error. Could not connect to the ArcGIS component at URL '&lt;A href="https://HOST.DOCKER.INTERNAL:7443/arcgis/sharing/rest/community/self" target="_blank"&gt;https://HOST.DOCKER.INTERNAL:7443/arcgis/sharing/rest/community/self&lt;/A&gt;'. The ArcGIS component on that machine may not be running or the machine may not be reachable at this time.Error: HOST.DOCKER.INTERNAL."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The Docker application was uninstalled, t&lt;EM&gt;he hosts file located at C:\Windows\System32\drivers\etc was restored to the default Windows default.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Would you know a way to correct the message above?&lt;/P&gt;&lt;P&gt;I thank you in advance for the support and attention given here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 14:58:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212460#M33995</guid>
      <dc:creator>tempRodrigo_DaSilva</dc:creator>
      <dc:date>2022-09-14T14:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Docker and ArcGIS Enterprise conflict - Single-machine deployment</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212496#M33996</link>
      <description>&lt;P&gt;Hello there Rodrigo, thank you for reaching out!&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;When docker is installed, an entry is made in&amp;nbsp;C:\Windows\System32\Drivers\etc\hosts&amp;nbsp;besides the default localhost. To resolve this, remove the new host name from the hosts file at that location and save the file. Please let me know if any other issues crop up.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 15:47:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212496#M33996</guid>
      <dc:creator>JonEmch</dc:creator>
      <dc:date>2022-09-14T15:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Docker and ArcGIS Enterprise conflict - Single-machine deployment</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212529#M33999</link>
      <description>&lt;P&gt;I had the same thing happen, I wanted to use dockers on the same machine.&amp;nbsp; Docker creates extra virtual network interfaces. ArcGIS does not expect this. It finds the Docker interface first, and sets itself up on it instead of the real interface. Then suddenly ArcGIS disappears from your network and only Dockers can talk to it.&lt;/P&gt;&lt;P&gt;I don't have notes on this, on my windows 11 desktop the extra interfaces stay around when I stop Docker Desktop. I can see them using the ipconfig command. For example my desktop sees this at the end&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Ethernet adapter vEthernet (WSL):

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::b9d2:a91a:a36b:119%50
   IPv4 Address. . . . . . . . . . . : 172.21.144.1
   Subnet Mask . . . . . . . . . . . : 255.255.240.0
   Default Gateway . . . . . . . . . :&lt;/LI-CODE&gt;&lt;P&gt;Once it's created it hangs around when I exit Docker Desktop app. You want that gone.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 16:28:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212529#M33999</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2022-09-14T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Docker and ArcGIS Enterprise conflict - Single-machine deployment</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212718#M34006</link>
      <description>&lt;P&gt;Hi Jon. Thanks for your answer.&lt;/P&gt;&lt;P&gt;Adjustment was made to the &lt;EM&gt;hosts&lt;/EM&gt; file located at &lt;EM&gt;C:\Windows\System32\Drivers\etc\hosts&lt;/EM&gt; , but the error persisted.&lt;/P&gt;&lt;P&gt;My action logic was to manually perform the Hostname in my Single-machine deployment.&lt;/P&gt;&lt;P&gt;Followed step by step:&lt;/P&gt;&lt;P&gt;1. Go to &lt;STRONG&gt;&lt;A href="https://machine.domainlocal.net:6443/admin/security/config" target="_blank"&gt;https://machine.domainlocal.net:6443/admin/security/config&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Locate the "&lt;STRONG&gt;Portal properties"&lt;/STRONG&gt; field and Bavkup the content. After Backup, I &lt;EM&gt;changed any "HOST.DOCKER.INTERNAL" references to my server's Hostname and saved the new configuration.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rodrigo_DaSilva_1-1663193828124.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51242iB15B628B0509543F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rodrigo_DaSilva_1-1663193828124.png" alt="Rodrigo_DaSilva_1-1663193828124.png" /&gt;&lt;/span&gt;&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="Rodrigo_DaSilva_2-1663193883620.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51243i76570A3849B01FAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rodrigo_DaSilva_2-1663193883620.png" alt="Rodrigo_DaSilva_2-1663193883620.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. Access the &lt;STRONG&gt;&lt;A href="https://machine.domainlocal.net:6443/admin/data/items/enterpriseDatabases/AGSDataStore_ID_Your_ArcGISDataStore" target="_blank"&gt;https://machine.domainlocal.net:6443/admin/data/items/enterpriseDatabases/AGSDataStore_ID_Your_ArcGISDataStore&amp;nbsp;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Under Supported Operation, select "edit"&lt;/P&gt;&lt;P&gt;In the Item editor, &lt;STRONG&gt;I also changed any reference "HOST.DOCKER.INTERNAL" to my server's Hostname and saved the new configuration.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rodrigo_DaSilva_3-1663193924731.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/51244i3F26D1950ABA79FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rodrigo_DaSilva_3-1663193924731.png" alt="Rodrigo_DaSilva_3-1663193924731.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After that, I restarted my ArcGIS Enterprise and the s&lt;STRONG&gt;ystem was back up and running with the correct hostname.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 22:19:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212718#M34006</guid>
      <dc:creator>tempRodrigo_DaSilva</dc:creator>
      <dc:date>2022-09-14T22:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Docker and ArcGIS Enterprise conflict - Single-machine deployment</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212721#M34007</link>
      <description>&lt;P&gt;Thanks for your contribution Brian.&lt;/P&gt;&lt;P&gt;I attached in the answer to Jon the step by step that helped me to solve my problem&lt;/P&gt;&lt;P&gt;Thank's for your time&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 22:22:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212721#M34007</guid>
      <dc:creator>tempRodrigo_DaSilva</dc:creator>
      <dc:date>2022-09-14T22:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Docker and ArcGIS Enterprise conflict - Single-machine deployment</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212892#M34011</link>
      <description>&lt;P&gt;If you need Docker on the same machine for any reason, re-add the FQDN before the entry that Docker adds, i.e.&lt;BR /&gt;&lt;BR /&gt;10.0.0.1 actual-machine-name.domain.com HOST.DOCKER.INTERNAL&lt;BR /&gt;&lt;BR /&gt;Enterprise will use the first hostname that matches the local IP address.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 13:21:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1212892#M34011</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2022-09-15T13:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Docker and ArcGIS Enterprise conflict - Single-machine deployment</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1261096#M35209</link>
      <description>&lt;P&gt;Thank you for this. I was looking all over for that Docker intruder!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 19:58:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/docker-and-arcgis-enterprise-conflict-single/m-p/1261096#M35209</guid>
      <dc:creator>PatrickC</dc:creator>
      <dc:date>2023-02-23T19:58:44Z</dc:date>
    </item>
  </channel>
</rss>

