File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments