<?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: Alfresco Docker compose problem in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-docker-compose-problem/m-p/120719#M33144</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Did you follow &lt;A href="https://github.com/Alfresco/alfresco-docker-installer" target="_self" rel="nofollow noopener noreferrer"&gt;these&lt;/A&gt; steps?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Feb 2021 15:27:35 GMT</pubDate>
    <dc:creator>cristinamr</dc:creator>
    <dc:date>2021-02-16T15:27:35Z</dc:date>
    <item>
      <title>Alfresco Docker compose problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-docker-compose-problem/m-p/120718#M33143</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to install alfresco using docker on Windows Server 2019 system, but after running "docker-compose up" I get the following error.&lt;/P&gt;&lt;PRE&gt;Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/&lt;BR /&gt;Creating volume "alfresco_docker_shared-file-store-volume" with default driver&lt;BR /&gt;ERROR: create alfresco_docker_shared-file-store-volume: options are not supported on this platform&lt;/PRE&gt;&lt;P&gt;I didn't change anything in the docker-compose.yml file, just downloaded it from github.&amp;nbsp;Can I fix this somehow?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 15:15:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-docker-compose-problem/m-p/120718#M33143</guid>
      <dc:creator>tariskap</dc:creator>
      <dc:date>2021-02-16T15:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Docker compose problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-docker-compose-problem/m-p/120719#M33144</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Did you follow &lt;A href="https://github.com/Alfresco/alfresco-docker-installer" target="_self" rel="nofollow noopener noreferrer"&gt;these&lt;/A&gt; steps?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Cris.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 15:27:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-docker-compose-problem/m-p/120719#M33144</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2021-02-16T15:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Docker compose problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-docker-compose-problem/m-p/120720#M33145</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, I followed the steps described in&amp;nbsp;&lt;STRONG&gt;Deploy&amp;nbsp;&lt;/STRONG&gt;section on&amp;nbsp;&lt;A href="https://github.com/Alfresco/acs-deployment/tree/master/docs/docker-compose" target="_self" rel="nofollow noopener noreferrer"&gt;this&lt;/A&gt;&amp;nbsp;link provided to me by Technical support earlier.&lt;/P&gt;&lt;P&gt;I will try the steps from your link.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 15:40:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-docker-compose-problem/m-p/120720#M33145</guid>
      <dc:creator>tariskap</dc:creator>
      <dc:date>2021-02-16T15:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Docker compose problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-docker-compose-problem/m-p/120721#M33146</link>
      <description>&lt;P&gt;It's because at the endof your copmose file is this section:&lt;/P&gt;&lt;PRE&gt;volumes:
    shared-file-store-volume:
        driver_opts:
            type: tmpfs
            device: tmpfs&lt;/PRE&gt;&lt;P&gt;Seems that tmpfs is causing problem but it doesn't work only on Windows containers &lt;A href="http://docs.docker.oeynet.com/engine/admin/volumes/tmpfs/#differences-between---tmpfs-and---mount-behavior" target="_self" rel="nofollow noopener noreferrer"&gt;http://docs.docker.oeynet.com/engine/admin/volumes/tmpfs/#differences-between---tmpfs-and---mount-behavior&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Are you 100% sure that you have Docker configured on Windows Server 2019 to run Linux containers?&lt;BR /&gt;&lt;A href="https://bcthomas.com/2019/02/getting-started-with-linux-containers-on-windows-server-2019/" target="_self" rel="nofollow noopener noreferrer"&gt;https://bcthomas.com/2019/02/getting-started-with-linux-containers-on-windows-server-2019/&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://computingforgeeks.com/how-to-run-docker-containers-on-windows-server-2019/" target="_self" rel="nofollow noopener noreferrer"&gt;https://computingforgeeks.com/how-to-run-docker-containers-on-windows-server-2019/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 23:15:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-docker-compose-problem/m-p/120721#M33146</guid>
      <dc:creator>sufo</dc:creator>
      <dc:date>2021-02-17T23:15:31Z</dc:date>
    </item>
  </channel>
</rss>

