github.com/sshnaidm/storage@v1.12.13/docs/containers-storage-mount.md (about)

     1  ## containers-storage-mount 1 "August 2016"
     2  
     3  ## NAME
     4  containers-storage mount - Mount a layer or a container's layer for manipulation
     5  
     6  ## SYNOPSIS
     7  **containers-storage** **mount** [*options* [...]] *layerOrContainerNameOrID*
     8  
     9  ## DESCRIPTION
    10  Mounts a layer or a container's layer on the host's filesystem and prints the
    11  mountpoint.
    12  
    13  ## OPTIONS
    14  **-l | --label** *label*
    15  
    16  Specify an SELinux context for the mounted layer.
    17  
    18  ## EXAMPLE
    19  **containers-storage mount my-container**
    20  
    21  ## SEE ALSO
    22  containers-storage-mounted(1)
    23  containers-storage-unmount(1)