Difference between revisions of "Bind mounts (Docker)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
<code>[[--mount]]</code>
+
* <code>VOLUME</code> keyword in [[Dockerfile]]
 +
* <code>[[--mount]]</code>
 +
 
 +
 
 +
 
 +
<code>[[docker inspect]]</code>
 +
        "Mounts": [
 +
            {
 +
                "Type": "bind",
 +
                "Source": "/srv/rocketchat/uploads",
 +
                "Destination": "/app/uploads",
 +
                "Mode": "rw",
 +
                "RW": true,
 +
                "Propagation": "rprivate"
 +
            }
 +
        ],
 +
 
  
  
Line 12: Line 28:
 
* [[Docker volumes]]
 
* [[Docker volumes]]
 
* <code>[[VOLUME]]</code> keyword in <code>[[Dockerfile]]</code>
 
* <code>[[VOLUME]]</code> keyword in <code>[[Dockerfile]]</code>
 +
* [[volume]]
  
 
== See also ==
 
== See also ==

Latest revision as of 08:37, 13 July 2023

Advertising: