Skip to content

Commit ce504bb

Browse files
Merge pull request #17183 from agowa338/patch-1
(fix) mount_program is in storage.options.overlay
2 parents 1a90189 + 2b650e3 commit ce504bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/rootless_tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ Your distribution might already provide it in the `fuse-overlayfs` package, but
3737

3838
The `fuse-overlayfs` project is available from [GitHub](https://github.com/containers/fuse-overlayfs), and provides instructions for easily building a static `fuse-overlayfs` executable.
3939

40-
If Podman is used before `fuse-overlayfs` is installed, it may be necessary to adjust the `storage.conf` file (see "User Configuration Files" below) to change the `driver` option under `[storage]` to `"overlay"` and point the `mount_program` option in `[storage.options]` to the path of the `fuse-overlayfs` executable:
40+
If Podman is used before `fuse-overlayfs` is installed, it may be necessary to adjust the `storage.conf` file (see "User Configuration Files" below) to change the `driver` option under `[storage]` to `"overlay"` and point the `mount_program` option in `[storage.options.overlay]` to the path of the `fuse-overlayfs` executable:
4141

4242
```
4343
[storage]
4444
driver = "overlay"
4545
4646
(...)
4747
48-
[storage.options]
48+
[storage.options.overlay]
4949
5050
(...)
5151

0 commit comments

Comments
 (0)