Difference between revisions of "Bind Mounts"

From wikieduonline
Jump to navigation Jump to search
(Created page with "Bind mounts: A bind mount is a file or folder stored anywhere on the container host filesystem, mounted into a running container. The main difference a bind mount has from a v...")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
Bind mounts: A bind mount is a file or folder stored anywhere on the container host filesystem, mounted into a running container. The main difference a bind mount has from a volume is that since it can exist anywhere on the host filesystem, processes outside of Docker can also modify it.
+
A bind mount is a [[file]] or [[folder]] on the container host filesystem that can be mounted into a [[running container]]. The main difference a bind mount has from a [[volume]] is that since it can exist anywhere on the host filesystem, processes outside of Docker can also access to it modify it.
  
  
 
== See also ==
 
== See also ==
 
* {{Docker}}
 
* {{Docker}}

Revision as of 11:41, 31 March 2021

Advertising: