<?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 persistent volume clone issue in Docker Container Integration</title>
    <link>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066598#M18</link>
    <description>&lt;P&gt;I think you're on a combination of components that isn't working correctly.&lt;BR /&gt;Install version 3.0.0 of the plugin here: &lt;A href="https://hub.docker.com/plugins/nimble" target="_blank"&gt;https://hub.docker.com/plugins/nimble&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Make sure your Nimble array is running 5.1.3 or later.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2019 13:42:26 GMT</pubDate>
    <dc:creator>MichaelMattsson</dc:creator>
    <dc:date>2019-10-16T13:42:26Z</dc:date>
    <item>
      <title>Docker persistent volume clone issue</title>
      <link>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066468#M15</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have a container also nimble volume attached. I want to clone that volume and attach another container but I have faced an issue mentioned below;&lt;BR /&gt;&lt;IMG src="https://i.ibb.co/D4kSPcX/docker-issue.jpg" border="0" alt="docker cloned volume issue" width="669" height="137" /&gt;&lt;BR /&gt;docker run -dt --name app02 \&lt;BR /&gt;&amp;gt; --mount source=clone_test,target=/data alpine&lt;BR /&gt;c8a227dbef7cc5627d01e0a7906eb8d8dbf7f11491c3eb91742f7a2cf3fe8ecf&lt;BR /&gt;docker: Error response from daemon: error while mounting volume '': unable to attach device status code was 500 Internal Server Error for request: action=POST path=http://unix/hosts/0d0548b0-53e9-4d88-af36-e0f702057efb/devices, attempting to decode error response.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How can I fix that issue&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 12:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066468#M15</guid>
      <dc:creator>synagrida</dc:creator>
      <dc:date>2019-10-15T12:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Docker persistent volume clone issue</title>
      <link>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066489#M16</link>
      <description>&lt;P&gt;What version of the Docker Volume Plugin and NimbleOS are you running?&lt;/P&gt;
&lt;P&gt;I'm also a bit unfamiliar with that --mount syntax. Do you get the same error if you do:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;docker run -dt --name app02 -v clone_test:/data alpine&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 15 Oct 2019 15:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066489#M16</guid>
      <dc:creator>MichaelMattsson</dc:creator>
      <dc:date>2019-10-15T15:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Docker persistent volume clone issue</title>
      <link>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066587#M17</link>
      <description>&lt;P&gt;Hello Michael,&lt;BR /&gt;Thank you for reply,&lt;BR /&gt;I have been using Docker CE&amp;nbsp;19.03.3 also nimble plugin version is 2.5.1&lt;/P&gt;&lt;P&gt;I tried your command but the result was different .&lt;/P&gt;&lt;LI-SPOILER&gt;[root@docker01 ~]# docker run -dt --name app02 -v clone_test:/data alpine&lt;BR /&gt;4a8c5680d6ebb2638bc555343d9a140f211d6011f4b3b233c313db5726b965b9&lt;BR /&gt;docker: Error response from daemon: error while mounting volume '': no filesystem or filesystem options present.&lt;BR /&gt;[root@docker01 ~]#&lt;/LI-SPOILER&gt;</description>
      <pubDate>Wed, 16 Oct 2019 11:58:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066587#M17</guid>
      <dc:creator>synagrida</dc:creator>
      <dc:date>2019-10-16T11:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Docker persistent volume clone issue</title>
      <link>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066598#M18</link>
      <description>&lt;P&gt;I think you're on a combination of components that isn't working correctly.&lt;BR /&gt;Install version 3.0.0 of the plugin here: &lt;A href="https://hub.docker.com/plugins/nimble" target="_blank"&gt;https://hub.docker.com/plugins/nimble&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Make sure your Nimble array is running 5.1.3 or later.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 13:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066598#M18</guid>
      <dc:creator>MichaelMattsson</dc:creator>
      <dc:date>2019-10-16T13:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Docker persistent volume clone issue</title>
      <link>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066601#M19</link>
      <description>&lt;P&gt;Hello Michael,&lt;BR /&gt;Thank you so much.&lt;BR /&gt;&lt;BR /&gt;It is working now.&lt;BR /&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 14:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/docker-container-integration/docker-persistent-volume-clone-issue/m-p/7066601#M19</guid>
      <dc:creator>synagrida</dc:creator>
      <dc:date>2019-10-16T14:24:21Z</dc:date>
    </item>
  </channel>
</rss>

