Difference between revisions of "Bind mounts (Docker)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == Activities == * Read https://docs.docker.com/storage/bind-mounts/ == See also == * {{Docker}}")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
https://docs.docker.com/storage/bind-mounts/
 +
 +
 +
* <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"
 +
            }
 +
        ],
 +
  
  
  
 
== Activities ==
 
== Activities ==
* Read https://docs.docker.com/storage/bind-mounts/
+
* Read Introduction to Docker Bind Mounts and Volumes: https://docs.docker.com/storage/bind-mounts/
  
 +
== Related terms ==
 +
* [[Docker volumes]]
 +
* <code>[[VOLUME]]</code> keyword in <code>[[Dockerfile]]</code>
 +
* [[volume]]
  
 
== See also ==
 
== See also ==
 +
* {{Docker Volumes}}
 
* {{Docker}}
 
* {{Docker}}
 +
 +
[[Category:Docker]]

Latest revision as of 08:37, 13 July 2023

Advertising: