Difference between revisions of "Mounts (Docker)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
(Redirected page to Bind mounts (Docker))
Tags: New redirect, Mobile web edit, Mobile edit
 
Line 1: Line 1:
 
+
#redirect [[Bind mounts (Docker)]]
        "Mounts": [
 
            {
 
                "Type": "bind",
 
                "Source": "/srv/rocketchat/uploads",
 
                "Destination": "/app/uploads",
 
                "Mode": "rw",
 
                "RW": true,
 
                "Propagation": "rprivate"
 
            }
 
        ],
 
 
 
 
 
== Related commands ==
 
* <code>[[docker volume inspect]]</code>
 
 
 
 
 
 
 
== See also ==
 
* {{Docker Volumes}}
 
* {{Docker}}
 
 
 
[[Category:Docker]]
 

Latest revision as of 10:22, 1 September 2020

Advertising: