Fix review comments.
This commit is contained in:
parent
4922c3b351
commit
d42bf58775
@ -75,7 +75,7 @@ More detailed instructions are in the [`example README.md`](https://github.com/R
|
||||
|
||||
**Mount block**<br/>
|
||||
  \{<br/>
|
||||
   - **type** (string) (Optional): Supported values are volume, bind or tmpfs. **Default:** volume.<br/>
|
||||
   - **type** (string) (Optional): Supported values are `volume`, `bind` or `tmpfs`. **Default:** volume.<br/>
|
||||
   - **target** (string) (Required): Target path in the container.<br/>
|
||||
   - **source** (string) (Optional): Source path on the host.<br/>
|
||||
   - **options** ([]string) (Optional): fstab style [`mount options`](https://github.com/containerd/containerd/blob/master/mount/mount_linux.go#L187-L211). **NOTE**: For bind mounts, atleast `rbind` and `ro` are required.<br/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user