<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Docker_Shared_Storage</id>
	<title>Docker Shared Storage - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Docker_Shared_Storage"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Docker_Shared_Storage&amp;action=history"/>
	<updated>2026-04-27T03:15:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Docker_Shared_Storage&amp;diff=1247&amp;oldid=prev</id>
		<title>Busk at 20:58, 15 February 2021</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Docker_Shared_Storage&amp;diff=1247&amp;oldid=prev"/>
		<updated>2021-02-15T20:58:47Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 20:58, 15 February 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;https://stackoverflow.com/questions/47756029/how-does-docker-swarm-implement-volume-sharing#:~:text=Swarm%20Mode%20itself%20does%20not,saved%20locally%20on%20that%20node.&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt; &lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;```&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;```&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# create a reusable volume&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;# create a reusable volume&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Docker_Shared_Storage&amp;diff=1246&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` # create a reusable volume   $ docker volume create --driver local \       --opt type=nfs \       --opt o=nfsvers=4,addr=192.168.1.1,rw \       --opt device=:/path/to/dir...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Docker_Shared_Storage&amp;diff=1246&amp;oldid=prev"/>
		<updated>2021-02-15T20:58:32Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` # create a reusable volume   $ docker volume create --driver local \       --opt type=nfs \       --opt o=nfsvers=4,addr=192.168.1.1,rw \       --opt device=:/path/to/dir...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
# create a reusable volume&lt;br /&gt;
  $ docker volume create --driver local \&lt;br /&gt;
      --opt type=nfs \&lt;br /&gt;
      --opt o=nfsvers=4,addr=192.168.1.1,rw \&lt;br /&gt;
      --opt device=:/path/to/dir \&lt;br /&gt;
      foo&lt;br /&gt;
&lt;br /&gt;
  # or from the docker run command&lt;br /&gt;
  $ docker run -it --rm \&lt;br /&gt;
    --mount type=volume,dst=/container/path,volume-driver=local,volume-opt=type=nfs,\&amp;quot;volume-opt=o=nfsvers=4,addr=192.168.1.1\&amp;quot;,volume-opt=device=:/host/path \&lt;br /&gt;
    foo&lt;br /&gt;
&lt;br /&gt;
  # or to create a service&lt;br /&gt;
  $ docker service create \&lt;br /&gt;
    --mount type=volume,dst=/container/path,volume-driver=local,volume-opt=type=nfs,\&amp;quot;volume-opt=o=nfsvers=4,addr=192.168.1.1\&amp;quot;,volume-opt=device=:/host/path \&lt;br /&gt;
    foo&lt;br /&gt;
&lt;br /&gt;
  # inside a docker-compose file&lt;br /&gt;
  ...&lt;br /&gt;
  volumes:&lt;br /&gt;
    nfs-data:&lt;br /&gt;
      driver: local&lt;br /&gt;
      driver_opts:&lt;br /&gt;
        type: nfs&lt;br /&gt;
        o: nfsvers=4,addr=192.168.1.1,rw&lt;br /&gt;
        device: &amp;quot;:/path/to/dir&amp;quot;&lt;br /&gt;
  ...&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>