Skip to content

Commit d42bf58

Browse files
Fix review comments.
1 parent 4922c3b commit d42bf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ More detailed instructions are in the [`example README.md`](https://github.com/R
7575

7676
**Mount block**<br/>
7777
&emsp;&emsp;\{<br/>
78-
&emsp;&emsp;&emsp;- **type** (string) (Optional): Supported values are volume, bind or tmpfs. **Default:** volume.<br/>
78+
&emsp;&emsp;&emsp;- **type** (string) (Optional): Supported values are `volume`, `bind` or `tmpfs`. **Default:** volume.<br/>
7979
&emsp;&emsp;&emsp;- **target** (string) (Required): Target path in the container.<br/>
8080
&emsp;&emsp;&emsp;- **source** (string) (Optional): Source path on the host.<br/>
8181
&emsp;&emsp;&emsp;- **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/>

0 commit comments

Comments
 (0)